Awesome
ADVENT OF CODE - 2024 - IN TCL
This project is a collection of solutions to the Advent of Code 2024 problems, implemented in Tcl.
<p align="center"> <img src="painting.jpg" width="350" title="advent_painting"> <br/> Adoration of the Magi by Antonio Allegri da Correggio 1489 - 1534 </p>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.
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
😉.