diff options
Diffstat (limited to 'day01/tests')
| -rw-r--r-- | day01/tests/test1.input | 6 | ||||
| -rw-r--r-- | day01/tests/test1.output | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/day01/tests/test1.input b/day01/tests/test1.input new file mode 100644 index 0000000..b8af9ad --- /dev/null +++ b/day01/tests/test1.input | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | 3 4 | ||
| 2 | 4 3 | ||
| 3 | 2 5 | ||
| 4 | 1 3 | ||
| 5 | 3 9 | ||
| 6 | 3 3 | ||
diff --git a/day01/tests/test1.output b/day01/tests/test1.output new file mode 100644 index 0000000..4cb4249 --- /dev/null +++ b/day01/tests/test1.output | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | 11 | ||
| 2 | 31 | ||
