adventofcode2023/day15
magical c592761d00 day 15 use dicts
tcl's dict type is exactly what we need for this problem:
an order-preserving de-duplicated list of key-value pairs.
2023-12-16 06:57:12 +00:00
..
input day 15 solution 2023-12-15 06:11:06 +00:00
sol.tcl day 15 use dicts 2023-12-16 06:57:12 +00:00