From 8bf0fd29f7cd29c2933774b02694d8f172626ea1 Mon Sep 17 00:00:00 2001 From: omagdy Date: Wed, 4 Dec 2024 18:19:33 +0200 Subject: Day 4 done. --- 2024/go/input/day1.test | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 2024/go/input/day1.test (limited to '2024/go/input/day1.test') diff --git a/2024/go/input/day1.test b/2024/go/input/day1.test new file mode 100644 index 0000000..b8af9ad --- /dev/null +++ b/2024/go/input/day1.test @@ -0,0 +1,6 @@ +3 4 +4 3 +2 5 +1 3 +3 9 +3 3 -- cgit v1.2.3