My AoC Solutions
Hello!
All solutions are written in c++, and make liberal use of modern c++20 language and library features - I use these problems as a test bed for modern standards.
--
Solutions are designed to take input from file redirection, for example, to run 2021a:
aoc2021_01a < aoc2021_01a_input.txt
Both example (test) data and my inputs are provided, all solutions should be able to run both \*_test.txt
data and \*_input.txt
.