From e0879b1fc2608befa6eee4dd8c2a82ade94e94ce Mon Sep 17 00:00:00 2001 From: Orfeas <38209077+0xfea5@users.noreply.github.com> Date: Wed, 27 Aug 2025 04:18:43 +0300 Subject: day01/: rewrite solution to be in line with the template --- day01/tests/test1.input | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 day01/tests/test1.input (limited to 'day01/tests/test1.input') diff --git a/day01/tests/test1.input b/day01/tests/test1.input new file mode 100644 index 0000000..b8af9ad --- /dev/null +++ b/day01/tests/test1.input @@ -0,0 +1,6 @@ +3 4 +4 3 +2 5 +1 3 +3 9 +3 3 -- cgit v1.2.3