aboutsummaryrefslogtreecommitdiffstats
path: root/AoC2022/13/eg-in
diff options
context:
space:
mode:
Diffstat (limited to 'AoC2022/13/eg-in')
-rw-r--r--AoC2022/13/eg-in23
1 files changed, 23 insertions, 0 deletions
diff --git a/AoC2022/13/eg-in b/AoC2022/13/eg-in
new file mode 100644
index 0000000..af73fbb
--- /dev/null
+++ b/AoC2022/13/eg-in
@@ -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]