My solutions for Advent of Code:
Find other solutions and cool visualizations on reddit/adventofcode
- To run the solution, use the
bash
script with the day. Eg. to run the solution for day 2 in 2024, store the input in2.txt
, then run:
cd AoC-2024
./run.sh 2