AdventOfCode2022/2/README.md

8 lines
196 B
Markdown
Raw Normal View History

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