diff options
Diffstat (limited to 'day03/tests')
| -rw-r--r-- | day03/tests/test1.input | 4 | ||||
| -rw-r--r-- | day03/tests/test1.output | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/day03/tests/test1.input b/day03/tests/test1.input new file mode 100644 index 0000000..7255fca --- /dev/null +++ b/day03/tests/test1.input | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | 987654321111111 | ||
| 2 | 811111111111119 | ||
| 3 | 234234234234278 | ||
| 4 | 818181911112111 | ||
diff --git a/day03/tests/test1.output b/day03/tests/test1.output new file mode 100644 index 0000000..8e49ff0 --- /dev/null +++ b/day03/tests/test1.output | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | 357 | ||
| 2 | 3121910778619 | ||
