summaryrefslogtreecommitdiffstats
path: root/day13b/examples/test.txt
diff options
context:
space:
mode:
authorShivesh Mandalia <mail@shivesh.org>2023-01-06 22:39:49 +0000
committerShivesh Mandalia <mail@shivesh.org>2023-01-06 22:39:49 +0000
commit733c909873edd6f783d52960b7faac0aad5902c2 (patch)
tree2383fbb96080da132fd7a7afc70bade4128e99c0 /day13b/examples/test.txt
parent2701b6e53385380425fd13159f0971ac791a1d5a (diff)
downloadadvent_of_code_2022-733c909873edd6f783d52960b7faac0aad5902c2.tar.gz
advent_of_code_2022-733c909873edd6f783d52960b7faac0aad5902c2.zip
complete day 13
Diffstat (limited to 'day13b/examples/test.txt')
-rw-r--r--day13b/examples/test.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/day13b/examples/test.txt b/day13b/examples/test.txt
new file mode 100644
index 0000000..af73fbb
--- /dev/null
+++ b/day13b/examples/test.txt
@@ -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]