Files
aoc2024/README.org
2024-12-01 17:45:33 +01:00

254 B

Readme

Running

$ go build
$ ./aoc2024 -day=1

Project structure

Please put each day inside of the days/dayX folder. Test input should be named test_input.txt and the example should be named example.txt.