From 2ee707c5e1ef6d41acd2163f332fcd38c07e9be0 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Sun, 9 Apr 2023 03:17:14 +0200 Subject: Added the solution for day2 in rust and added some test files --- 2022/Rust/input/day1.test | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 2022/Rust/input/day1.test (limited to '2022/Rust/input/day1.test') diff --git a/2022/Rust/input/day1.test b/2022/Rust/input/day1.test new file mode 100644 index 0000000..2094f91 --- /dev/null +++ b/2022/Rust/input/day1.test @@ -0,0 +1,14 @@ +1000 +2000 +3000 + +4000 + +5000 +6000 + +7000 +8000 +9000 + +10000 -- cgit v1.2.3