diff options
author | Nat Lasseter <user@4574.co.uk> | 2022-12-13 10:42:53 +0000 |
---|---|---|
committer | Nat Lasseter <user@4574.co.uk> | 2022-12-13 10:42:53 +0000 |
commit | 278c2d2acd0b3be7c887f03d89ea7f52a697a204 (patch) | |
tree | 445772b73a43d6db0355acc997def53691978a74 /day13/test | |
parent | b17166713c3c9f3b4580fc741135e85928afa3a3 (diff) |
Day 13, a very special spaceship.
Diffstat (limited to 'day13/test')
-rw-r--r-- | day13/test | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/day13/test b/day13/test new file mode 100644 index 0000000..af73fbb --- /dev/null +++ b/day13/test @@ -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] |