From c827efeeef0cdc63c5366e9d945fa53c09988491 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Sun, 9 Apr 2023 03:09:19 +0200 Subject: Solve day7 in rust --- 2022/Rust/input/day4.test | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 2022/Rust/input/day4.test (limited to '2022/Rust/input/day4.test') diff --git a/2022/Rust/input/day4.test b/2022/Rust/input/day4.test new file mode 100755 index 0000000..9f9e9cf --- /dev/null +++ b/2022/Rust/input/day4.test @@ -0,0 +1,6 @@ +2-4,6-8 +2-3,4-5 +5-7,7-9 +2-8,3-7 +6-6,4-6 +2-6,4-8 -- cgit v1.2.3