Go to file
Nick Krichevsky 440c89b9b2 Add day 7 part 1 2023-12-07 01:43:31 -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 Add day 6 part 2 2023-12-06 08:02:37 -05:00
day7 Add day 7 part 1 2023-12-07 01:43:31 -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.