adventOfCode/challenges/2023
2023-12-03 21:49:04 +00:00
..
01-trebuchet 2023.01.1 in Haskell 2023-12-02 00:00:38 +00:00
02-cubeConundrum Fix sys.exit line in Python base 2023-12-03 21:49:04 +00:00
03-gearRatios Fix sys.exit line in Python base 2023-12-03 21:49:04 +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!