This project is a collection of solutions to the Advent of Code 2024 problems, implemented in Tcl.
Adoration of the Magi by Antonio Allegri da Correggio 1489 - 1534
Full List:
- Day 1: Historian Hysteria: 01.tcl, enunciation.
- Day 2: Red-Nosed Reports: 02.tcl, enunciation.
- Day 3: Mull It Over: 03.tcl, enunciation.
- Day 4: Ceres Search: 04.tcl, enunciation.
- Day 5: Print Queue: 05.tcl, enunciation.
- Day 6: Guard Gallivant: 06.tcl, enunciation.
- Day 7: Bridge Repair: 07.tcl, enunciation.
- Day 8: Resonant Collinearity: 08.tcl, enunciation.
- Day 9: Disk Fragmenter: 09.tcl, enunciation.
- Day 10: Hoof It: 10.tcl, enunciation.
- Day 11: Plutonian Pebbles: 11.tcl, enunciation.
- Day 12: Garden Groups: 12.tcl, enunciation.
- Day 13: Claw Contraption: 13.tcl, enunciation.
- Day 14: Restroom Redoubt: 14.tcl, enunciation.
- Day 15: Warehouse Woes: 15.tcl, enunciation.
- Day 16: Reindeer Maze: 16.tcl, enunciation.
- Day 17: Chronospatial Computer: 17.tcl, enunciation.
- Day 18: RAM Run: 18.tcl, enunciation.
- Day 19: Linen Layout: 19.tcl, enunciation.
- Day 20: Race Condition: 20.tcl, enunciation.
- Day 21: Keypad Conundrum: 21.tcl, enunciation.
- Day 22: Monkey Market: 22.tcl, enunciation.
- Day 23: LAN Party: 23.tcl, enunciation.
- Day 24: Crossed Wires: 24.tcl, enunciation.
- Day 25: Code Chronicle: 25.tcl, enunciation.
Install tcl sudo apt-get -y install tcl tk
and then run with tclsh ./01.tcl
. You
can also run the gui with wish ./aoc2024.tcl
😉.
We did it!! 2024-12-29 12:00, 12839 people have finished the AOC today out of 238557 that have started it. I would like my solutions to work with all inputs, if you find an errata please send me a pull request.