Go to file
Nick Krichevsky 6d7aef9c1c Add some concurrency to day 12 2023-12-17 16:04:43 -05:00
day1 Reformat day 1 2023-12-01 08:44:05 -05:00
day2 Solve day 2 2023-12-02 08:47:29 -05:00
day3 Solve day 3 part 2 2023-12-03 11:43:30 -05:00
day4 Add day 4 part 2 2023-12-04 09:03:34 -05:00
day5 Remove my notes from day 5 2023-12-06 07:35:03 -05:00
day6 Remove some stray error checking in days 7 and 8 2023-12-09 13:30:31 -05:00
day7 Add day 7 part 2 2023-12-08 16:50:21 -05:00
day8 Remove some stray error checking in days 7 and 8 2023-12-09 13:30:31 -05:00
day9 Add solution for day 9 part 2 2023-12-09 13:33:54 -05:00
day10 Solve day 10 part 2 2023-12-12 22:06:39 -05:00
day11 Solve day 11 2023-12-13 00:20:56 -05:00
day12 Add some concurrency to day 12 2023-12-17 16:04:43 -05:00
.gitignore Add gitignore 2023-12-01 07:07:58 -05:00
README.md Initial commit 2023-12-01 07:05:14 -05:00
go.mod Add missing go.mod 2023-12-02 08:09:45 -05:00
staticcheck.conf Add configuration for staticcheck 2023-12-02 08:09:56 -05:00

README.md

Advent of Code 2021 🎄

'Tis the season! These are my solutions to the 2023 Advent of Code. I'm writing these in Go, just for fun.