/advent-of-code-2020

🎅🌟❄️☃️🎄🎁 Advent of Code 2020 Solutions : https://adventofcode.com/2020

Primary LanguageC++

Advent of Code 2020

Submission for Advent of Code 2020 written in cpp.

More details: https://adventofcode.com/

Compiling

# Compile all days, run in root folder
make

# Compile a single day, run in day folder
make

Helper tools

export AOC_SESSION="_INSERT_COOKIE_STRING_HERE_"

# Sets up a new day folder from template and fetches input
./new-day.sh 15