day 10 puzzle 1

This commit is contained in:
2024-12-10 12:02:00 +01:00
parent a35be7ec92
commit 2cbd13d224
7 changed files with 95 additions and 1 deletions

11
src/day10/puzzle2.typ Normal file
View File

@@ -0,0 +1,11 @@
#import "/src/utils.typ": *
#let solve(input) = {
}
#show-puzzle(
10, 2,
solve,
example: 0
)