You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Benjamin Kraft b0b506d60c Day04 2 years ago
src Day04 2 years ago
.gitignore ignore idea 2 years ago
CMakeLists.txt removed header files from add_executable 3 years ago
README.md testinput flag as argument 2 years ago
fill.py tidy 3 years ago
pre.cpp tidy 3 years ago
pre.h tidy 3 years ago

README.md

Advent Of Code 2022 C++ Solutions

Build with CMakeLists.txt

Run:

Place a file called "session" with your session key cookie from https://adventofcode.com/ inside the Working Directory.

Expects runtime arguments as days, for example:

"5 9 1" executes Days 5, 9, 1 in this order.

Add argument "T" before to use XX_testInput.txt rather than XX_input.txt