summaryrefslogtreecommitdiff
path: root/input/day13_ex.txt
diff options
context:
space:
mode:
Diffstat (limited to 'input/day13_ex.txt')
-rw-r--r--input/day13_ex.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/input/day13_ex.txt b/input/day13_ex.txt
new file mode 100644
index 0000000..27c8912
--- /dev/null
+++ b/input/day13_ex.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] \ No newline at end of file