diff options
Diffstat (limited to 'src/2022/day13/input0')
-rw-r--r-- | src/2022/day13/input0 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/2022/day13/input0 b/src/2022/day13/input0 new file mode 100644 index 0000000..545cddd --- /dev/null +++ b/src/2022/day13/input0 @@ -0,0 +1,24 @@ +[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] + |