diff options
| author | Orfeas <38209077+0xfea5@users.noreply.github.com> | 2025-09-02 04:28:00 +0300 |
|---|---|---|
| committer | Orfeas <38209077+0xfea5@users.noreply.github.com> | 2025-09-02 04:28:00 +0300 |
| commit | 34339340a1a859630250bce79537986bbb211e8f (patch) | |
| tree | 53faecb78d6839ae33e1f9d296c1ee5b8fcc6545 /day04/tests | |
| parent | day03: done (diff) | |
| download | aoc24-34339340a1a859630250bce79537986bbb211e8f.tar.gz aoc24-34339340a1a859630250bce79537986bbb211e8f.zip | |
day04: done
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 | ||
