aboutsummaryrefslogtreecommitdiffstats
path: root/AoC2022/13/eg-in
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2022-12-13 13:59:03 +0100
committerOscar Najera <hi@oscarnajera.com>2022-12-13 13:59:03 +0100
commit1ca84c3abd40e81b4165b34ec0ca0a2ae317154c (patch)
tree36d5b4b6ca634b4c4fce93249c880070368b44be /AoC2022/13/eg-in
parent07f009aef0270675ebdb2b2f7667515c8e6fbe14 (diff)
downloadscratch-1ca84c3abd40e81b4165b34ec0ca0a2ae317154c.tar.gz
scratch-1ca84c3abd40e81b4165b34ec0ca0a2ae317154c.tar.bz2
scratch-1ca84c3abd40e81b4165b34ec0ca0a2ae317154c.zip
[AoC2022] Elisp 13
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]