Day 13, Part 1!

This commit is contained in:
Eryn Wells 2022-12-18 11:54:36 -08:00
parent 51d2ee871c
commit 6425b969a1
6 changed files with 825 additions and 0 deletions

23
2022/day13/example.txt 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]