# [https://adventofcode.com/2022/day/2](Day 2) ```shell # What would your total score be if everything goes exactly according to your strategy guide? g++ main.cpp -o day2 ./day2 ```