diff options
Diffstat (limited to 'day02/tests')
| -rw-r--r-- | day02/tests/test1.input | 3 | ||||
| -rw-r--r-- | day02/tests/test1.output | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/day02/tests/test1.input b/day02/tests/test1.input new file mode 100644 index 0000000..b3dc7c4 --- /dev/null +++ b/day02/tests/test1.input | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | 11-22,95-115,998-1012,1188511880-1188511890,222220-222224, | ||
| 2 | 1698522-1698528,446443-446449,38593856-38593862,565653-565659, | ||
| 3 | 824824821-824824827,2121212118-2121212124 \ No newline at end of file | ||
diff --git a/day02/tests/test1.output b/day02/tests/test1.output new file mode 100644 index 0000000..0ab4cb7 --- /dev/null +++ b/day02/tests/test1.output | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | 1227775554 | ||
| 2 | 4174379265 | ||
