AdventOfCode2022/02
2023-12-09 12:07:28 +01:00
..
main.cpp renamed because github is stupid 2022-12-11 02:26:42 +01:00
README.md renamed because github is stupid 2022-12-11 02:26:42 +01:00

Day 2

🎁🎁 Today's language: C++

We use that chars are just numbers, so we can easily convert them into the respective points by just subtracting 'A' or 'X'. The rest is then just a few if elses.

# What would your total score be if everything goes exactly according to your strategy guide?
g++ main.cpp -o day2
./day2