adventOfCode/challenges/2023
2023-12-03 20:36:31 +00:00
..
01-trebuchet 2023.01.1 in Haskell 2023-12-02 00:00:38 +00:00
02-cubeConundrum 2023.02 2023-12-02 11:16:42 +00:00
03-gearRatios 2023.03 2023-12-03 20:36:31 +00:00
README.md 2023.02 2023-12-02 11:16:42 +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