AdventOfCode2022/2/README.md
matthias@arch 9e64a68c0d gifts
2022-12-03 03:59:42 +01:00

8 lines
196 B
Markdown

# [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
```