diff options
| author | Orfeas <38209077+0xfea5@users.noreply.github.com> | 2025-12-27 12:55:32 +0200 |
|---|---|---|
| committer | Orfeas <38209077+0xfea5@users.noreply.github.com> | 2025-12-27 12:55:32 +0200 |
| commit | dc0eba6de4807dfc335c5ba31cdeff71e5eed717 (patch) | |
| tree | 8289d3aa3a4df7af91846a5f6cd6e48634a77fe5 /day05/tests | |
| parent | day04 (diff) | |
| download | aoc25-main.tar.gz aoc25-main.zip | |
Diffstat (limited to 'day05/tests')
| -rw-r--r-- | day05/tests/test1.input | 11 | ||||
| -rw-r--r-- | day05/tests/test1.output | 2 |
2 files changed, 13 insertions, 0 deletions
diff --git a/day05/tests/test1.input b/day05/tests/test1.input new file mode 100644 index 0000000..2e9078d --- /dev/null +++ b/day05/tests/test1.input | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | 3-5 | ||
| 2 | 10-14 | ||
| 3 | 16-20 | ||
| 4 | 12-18 | ||
| 5 | |||
| 6 | 1 | ||
| 7 | 5 | ||
| 8 | 8 | ||
| 9 | 11 | ||
| 10 | 17 | ||
| 11 | 32 | ||
diff --git a/day05/tests/test1.output b/day05/tests/test1.output new file mode 100644 index 0000000..962c963 --- /dev/null +++ b/day05/tests/test1.output | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | 3 | ||
| 2 | 14 | ||
