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