From 34339340a1a859630250bce79537986bbb211e8f Mon Sep 17 00:00:00 2001 From: Orfeas <38209077+0xfea5@users.noreply.github.com> Date: Tue, 2 Sep 2025 04:28:00 +0300 Subject: day04: done --- day04/tests/test1.input | 10 ++++++++++ day04/tests/test1.output | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 day04/tests/test1.input create mode 100644 day04/tests/test1.output (limited to 'day04/tests') 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 @@ +MMMSXXMASM +MSAMXMSMSA +AMXSXMAAMM +MSAMASMSMX +XMASAMXAMM +XXAMMXXAMA +SMSMSASXSS +SAXAMASAAA +MAMMMXMMMM +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 @@ +18 +9 -- cgit v1.2.3