/adventofcode2021

🎄 My solutions to the 2021 of "Advent of Code".

Primary LanguageC++

AdventOfCode2021

C++ Solutions for adventofcode.com year 2021 puzzles

To compile, this should work for all puzzles (actually, C++20 is only needed for a few, C++11 should be enough for most):

eg: compile day1 puzzle

cd 01
./build.sh run 01 
./build.sh run 02