diff options
Diffstat (limited to 'day18/example.txt')
| -rw-r--r-- | day18/example.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/day18/example.txt b/day18/example.txt new file mode 100644 index 0000000..73a7202 --- /dev/null +++ b/day18/example.txt | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | 2,2,2 | ||
| 2 | 1,2,2 | ||
| 3 | 3,2,2 | ||
| 4 | 2,1,2 | ||
| 5 | 2,3,2 | ||
| 6 | 2,2,1 | ||
| 7 | 2,2,3 | ||
| 8 | 2,2,4 | ||
| 9 | 2,2,6 | ||
| 10 | 1,2,5 | ||
| 11 | 3,2,5 | ||
| 12 | 2,1,5 | ||
| 13 | 2,3,5 | ||
