my solutions for advent of code 2024 in golang.
/
├── 1/ # solution for each day
├── main.go # puzzle solution, each part is executed by a flag
└── input.txt # puzzle input
afaict this should work:
cd <day>
go run main.go -1 # run first solution
go run main.go -2 # run second solution
i'll be updating it whenever i finish a solution
- day 01
- day 02
- day 03
- day 04
- day 05
- day 06
- day 07
- day 08
- day 09
- day 10
- day 11 ...etc
these solutions are PROVIDED AS IS with NO WARRANTY WHATSOEVER. if you copy them, you'll get put on santa's naughty list.