diff options
Diffstat (limited to 'day04/tests')
| -rw-r--r-- | day04/tests/test1.input | 10 | ||||
| -rw-r--r-- | day04/tests/test1.output | 2 |
2 files changed, 12 insertions, 0 deletions
diff --git a/day04/tests/test1.input b/day04/tests/test1.input new file mode 100644 index 0000000..1f4eda2 --- /dev/null +++ b/day04/tests/test1.input | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | MMMSXXMASM | ||
| 2 | MSAMXMSMSA | ||
| 3 | AMXSXMAAMM | ||
| 4 | MSAMASMSMX | ||
| 5 | XMASAMXAMM | ||
| 6 | XXAMMXXAMA | ||
| 7 | SMSMSASXSS | ||
| 8 | SAXAMASAAA | ||
| 9 | MAMMMXMMMM | ||
| 10 | MXMXAXMASX | ||
diff --git a/day04/tests/test1.output b/day04/tests/test1.output new file mode 100644 index 0000000..2e53d45 --- /dev/null +++ b/day04/tests/test1.output | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | 18 | ||
| 2 | 9 | ||
