My solutions for the Advent Of Code 2024 challenges.
To run specific day place day input to the corresponding file in the
resources/ (e.g. resources/day1.txt), and run go run cmd/<day>/main.go,
where <day> is a day number (e.g. go run cmd/1/main.go)
--------Part 1--------- --------Part 2---------
Day Time Rank Score Time Rank Score
12 03:34:06 13419 0 13:28:14 18188 0
11 01:13:52 10950 0 06:56:04 18719 0
10 01:48:58 10544 0 02:11:28 10932 0
9 00:52:47 6523 0 06:51:12 15101 0
8 00:58:36 7199 0 01:18:40 7035 0
7 06:10:14 24621 0 06:35:36 23129 0
6 00:17:16 2887 0 01:21:03 5314 0
5 03:24:14 22863 0 07:01:37 28798 0
4 01:05:11 11198 0 01:23:21 10035 0
3 01:28:57 18759 0 01:36:21 14647 0
2 >24h 117310 0 >24h 101166 0
1 >24h 156722 0 >24h 146695 0
I missed AoC 2024 start.