diff options
Diffstat (limited to 'day5/example.txt')
| -rw-r--r-- | day5/example.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/day5/example.txt b/day5/example.txt new file mode 100644 index 0000000..1d4e36d --- /dev/null +++ b/day5/example.txt | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | 0,9 -> 5,9 | ||
| 2 | 8,0 -> 0,8 | ||
| 3 | 9,4 -> 3,4 | ||
| 4 | 2,2 -> 2,1 | ||
| 5 | 7,0 -> 7,4 | ||
| 6 | 6,4 -> 2,0 | ||
| 7 | 0,9 -> 2,9 | ||
| 8 | 3,4 -> 1,4 | ||
| 9 | 0,0 -> 8,8 | ||
| 10 | 5,5 -> 8,2 \ No newline at end of file | ||
