diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-18 22:37:36 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-20 15:33:16 +0100 |
commit | 4572482be603047169a45e233d661e1f35b7e1fe (patch) | |
tree | 5e46cc45faba1dea5d591a4337835e6224aa086c /day18/example.txt | |
parent | 431ee3626a823f68a0e7824676f82d9c40f8211e (diff) |
Day 18
Diffstat (limited to 'day18/example.txt')
-rw-r--r-- | day18/example.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/day18/example.txt b/day18/example.txt new file mode 100644 index 0000000..06a6168 --- /dev/null +++ b/day18/example.txt @@ -0,0 +1,25 @@ +5,4
+4,2
+4,5
+3,0
+2,1
+6,3
+2,4
+1,5
+0,6
+3,3
+2,6
+5,1
+1,2
+5,5
+2,5
+6,5
+1,4
+0,4
+6,4
+1,1
+6,1
+1,0
+0,5
+1,6
+2,0
|