adventofcode.com
Solutions written in Python.
Simply execute the script:
python3 day_1.py
___ ____ _________ ___
/ | / __ \/ ____/__ \|__ \
/ /| |/ / / / / __/ /__/ /
/ ___ / /_/ / /___ / __// __/
/_/ |_\____/\____//____/____/
Solutions written in C++.
Compile with:
sh scripts/configure.sh
Run selecting the day, part and provide the input:
./aoc22 Day01_1 < Day01/input.txt