Go to file
Nick Krichevsky a84f58ee16 Add SVG of sample input for day 25 2023-12-29 21:28:18 -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
day13 Add day 13 part 2 solution 2023-12-17 19:06:36 -05:00
day14 Add solution to day 14 part 2 2023-12-17 20:43:34 -05:00
day15 Minor reshuffling of day 15 part 2 2023-12-17 22:48:24 -05:00
day16 Add concurrency to day 16 part 2, just for fun :) 2023-12-18 10:58:46 -05:00
day17 Add day 17 part 2 2023-12-18 19:29:35 -05:00
day18 Add my notes about day 18 2023-12-19 14:05:33 -05:00
day19 Add solution for day 19 part 2 2023-12-19 21:19:01 -05:00
day20 Add day 20 part 2 2023-12-21 18:16:05 -05:00
day21 Add day 21 solution 2023-12-22 18:36:59 -05:00
day22 Minor cleanup to day 22 2023-12-23 15:18:10 -05:00
day23 Solve day 23 part 2 2023-12-24 13:27:51 -05:00
day24 Solve day 24 part 2 2023-12-29 08:47:55 -05:00
day25 Add SVG of sample input for day 25 2023-12-29 21:28:18 -05:00
.gitignore Add symbolic solution to day 24 part 1 2023-12-28 22:55:01 -05:00
README.md Initial commit 2023-12-01 07:05:14 -05:00
go.mod Remvoe unneeded dep from go.mod 2023-12-18 19:30:11 -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.