started day 17 puzzle 2

This commit is contained in:
2024-12-18 14:32:38 +01:00
parent 5107cf7f82
commit 927feb071e
4 changed files with 116 additions and 1 deletions

View File

@ -81,5 +81,7 @@
#show-puzzle(
17, 1,
solve,
example: "4,6,3,5,6,3,5,2,1,0"
example: (
"1": "4,6,3,5,6,3,5,2,1,0"
)
)