1
0
Fork 0

Solve day 13

This commit is contained in:
Lars Martens 2022-12-13 14:02:44 +01:00
parent 389a461aec
commit 74730c99cf
Signed by: haselkern
GPG key ID: B5CF1F363C179AD4
5 changed files with 632 additions and 0 deletions

23
input/13-test Normal file
View file

@ -0,0 +1,23 @@
[1,1,3,1,1]
[1,1,5,1,1]
[[1],[2,3,4]]
[[1],4]
[9]
[[8,7,6]]
[[4,4],4,4]
[[4,4],4,4,4]
[7,7,7,7]
[7,7,7]
[]
[3]
[[[]]]
[[]]
[1,[2,[3,[4,[5,6,7]]]],8,9]
[1,[2,[3,[4,[5,6,0]]]],8,9]