aboutsummaryrefslogtreecommitdiffstats
path: root/day13/example.txt
diff options
context:
space:
mode:
authorAn0nSaiko <porfeas12@gmail.com>2022-12-13 21:51:55 +0200
committerAn0nSaiko <porfeas12@gmail.com>2022-12-13 21:51:55 +0200
commit479a4664be5a7c0a971726dca919e6fc0849e6b7 (patch)
treebcba201c0ce204b01a8397b5edd4279d38dffe64 /day13/example.txt
parentDay 12 (diff)
downloadaoc22-479a4664be5a7c0a971726dca919e6fc0849e6b7.tar.gz
aoc22-479a4664be5a7c0a971726dca919e6fc0849e6b7.zip
Day 13
Diffstat (limited to 'day13/example.txt')
-rw-r--r--day13/example.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/day13/example.txt b/day13/example.txt
new file mode 100644
index 0000000..af73fbb
--- /dev/null
+++ b/day13/example.txt
@@ -0,0 +1,23 @@
1[1,1,3,1,1]
2[1,1,5,1,1]
3
4[[1],[2,3,4]]
5[[1],4]
6
7[9]
8[[8,7,6]]
9
10[[4,4],4,4]
11[[4,4],4,4,4]
12
13[7,7,7,7]
14[7,7,7]
15
16[]
17[3]
18
19[[[]]]
20[[]]
21
22[1,[2,[3,[4,[5,6,7]]]],8,9]
23[1,[2,[3,[4,[5,6,0]]]],8,9]