adventOfCode/challenges/2023
2023-12-03 22:55:46 +00:00
..
01-trebuchet Reformat tests to new format 2023-12-03 22:55:46 +00:00
02-cubeConundrum Reformat tests to new format 2023-12-03 22:55:46 +00:00
03-gearRatios Reformat tests to new format 2023-12-03 22:55:46 +00:00
README.md Update README.md 2023-12-03 20:38:02 +00:00

Advent of Code 2023

Solutions to the 2023 Advent of Code.

Total stars: ★0


Day Status Solutions Notes
01 - Trebuchet?! ★ ★ Python I never knew detecting numbers could be so confusingly tricky
01 - Cube Conundrum ★ ★ Python Pleasingly straightforwards, though seems like it would be well suited to Haskell
01 - Gear Ratios ★ ★ Python First coordinate grid of the year!