diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2021-12-18 17:50:01 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2021-12-19 16:39:03 +0200 |
| commit | 247d7534c247f19be84c0984581279ef5545b1e6 (patch) | |
| tree | c336cac1d5bb8e585abeb672d7f0f0c22d320278 /day18/test.txt | |
| parent | 63c1f74fe9a20984f6a19c3c2344793b1ed10072 (diff) | |
Day 18
Diffstat (limited to 'day18/test.txt')
| -rw-r--r-- | day18/test.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/day18/test.txt b/day18/test.txt new file mode 100644 index 0000000..20d54d0 --- /dev/null +++ b/day18/test.txt @@ -0,0 +1,10 @@ +[[[0,[4,5]],[0,0]],[[[4,5],[2,6]],[9,5]]] +[7,[[[3,7],[4,3]],[[6,3],[8,8]]]] +[[2,[[0,8],[3,4]]],[[[6,7],1],[7,[1,6]]]] +[[[[2,4],7],[6,[0,5]]],[[[6,8],[2,8]],[[2,1],[4,5]]]] +[7,[5,[[3,8],[1,4]]]] +[[2,[2,2]],[8,[8,1]]] +[2,9] +[1,[[[9,3],9],[[9,0],[0,7]]]] +[[[5,[7,4]],7],1] +[[[[4,2],2],6],[8,7]]
\ No newline at end of file |
