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