diff options
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
|