Submission for Advent of Code 2020 written in cpp.
More details: https://adventofcode.com/
- Day 1 🌟 🌟
- Day 2 🌟 🌟
- Day 3 🌟 🌟
- Day 4 🌟 🌟
- Day 5 🌟 🌟
- Day 6 🌟 🌟
- Day 7 🌟 🌟
- Day 8 🌟 🌟
- Day 9 🌟 🌟
- Day 10 🌟 🌟
- Day 11 🌟 🌟
- Day 11 🌟 🌟
- Day 12 🌟 🌟
- Day 13 🌟 🌟
- Day 14 🌟 🌟
# Compile all days, run in root folder
make
# Compile a single day, run in day folder
make
export AOC_SESSION="_INSERT_COOKIE_STRING_HERE_"
# Sets up a new day folder from template and fetches input
./new-day.sh 15