From a86449e97b0201af1aa71f5ba3a569975ff0c61c Mon Sep 17 00:00:00 2001 From: Orfeas <38209077+0xfea5@users.noreply.github.com> Date: Thu, 4 Dec 2025 03:59:35 +0200 Subject: day02 --- day02/tests/test1.input | 3 +++ day02/tests/test1.output | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 day02/tests/test1.input create mode 100644 day02/tests/test1.output (limited to 'day02/tests') diff --git a/day02/tests/test1.input b/day02/tests/test1.input new file mode 100644 index 0000000..b3dc7c4 --- /dev/null +++ b/day02/tests/test1.input @@ -0,0 +1,3 @@ +11-22,95-115,998-1012,1188511880-1188511890,222220-222224, +1698522-1698528,446443-446449,38593856-38593862,565653-565659, +824824821-824824827,2121212118-2121212124 \ No newline at end of file diff --git a/day02/tests/test1.output b/day02/tests/test1.output new file mode 100644 index 0000000..0ab4cb7 --- /dev/null +++ b/day02/tests/test1.output @@ -0,0 +1,2 @@ +1227775554 +4174379265 -- cgit v1.2.3