diff options
Diffstat (limited to 'day01/tests')
| -rw-r--r-- | day01/tests/test1.input | 10 | ||||
| -rw-r--r-- | day01/tests/test1.output | 2 | ||||
| -rw-r--r-- | day01/tests/test2.input | 1 | ||||
| -rw-r--r-- | day01/tests/test2.output | 2 |
4 files changed, 15 insertions, 0 deletions
diff --git a/day01/tests/test1.input b/day01/tests/test1.input new file mode 100644 index 0000000..53287c7 --- /dev/null +++ b/day01/tests/test1.input | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | L68 | ||
| 2 | L30 | ||
| 3 | R48 | ||
| 4 | L5 | ||
| 5 | R60 | ||
| 6 | L55 | ||
| 7 | L1 | ||
| 8 | L99 | ||
| 9 | R14 | ||
| 10 | L82 | ||
diff --git a/day01/tests/test1.output b/day01/tests/test1.output new file mode 100644 index 0000000..2559e5c --- /dev/null +++ b/day01/tests/test1.output | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | 3 | ||
| 2 | 6 | ||
diff --git a/day01/tests/test2.input b/day01/tests/test2.input new file mode 100644 index 0000000..af158bd --- /dev/null +++ b/day01/tests/test2.input | |||
| @@ -0,0 +1 @@ | |||
| L150 \ No newline at end of file | |||
diff --git a/day01/tests/test2.output b/day01/tests/test2.output new file mode 100644 index 0000000..1191247 --- /dev/null +++ b/day01/tests/test2.output | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | 1 | ||
| 2 | 2 | ||
