From dc0eba6de4807dfc335c5ba31cdeff71e5eed717 Mon Sep 17 00:00:00 2001 From: Orfeas <38209077+0xfea5@users.noreply.github.com> Date: Sat, 27 Dec 2025 12:55:32 +0200 Subject: day05 --- day05/tests/test1.input | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 day05/tests/test1.input (limited to 'day05/tests/test1.input') 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 @@ +3-5 +10-14 +16-20 +12-18 + +1 +5 +8 +11 +17 +32 -- cgit v1.2.3