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