From f12a53bb2af4492240f4e5d57a91a997ba3819b0 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Wed, 6 Dec 2023 12:34:59 +0200 Subject: Day 6 done. --- 2023/Rust/input/day6.prod | 2 ++ 2023/Rust/input/day6.test | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 2023/Rust/input/day6.prod create mode 100644 2023/Rust/input/day6.test (limited to '2023/Rust/input') diff --git a/2023/Rust/input/day6.prod b/2023/Rust/input/day6.prod new file mode 100644 index 0000000..71523ae --- /dev/null +++ b/2023/Rust/input/day6.prod @@ -0,0 +1,2 @@ +Time: 60 94 78 82 +Distance: 475 2138 1015 1650 diff --git a/2023/Rust/input/day6.test b/2023/Rust/input/day6.test new file mode 100644 index 0000000..28f5ae9 --- /dev/null +++ b/2023/Rust/input/day6.test @@ -0,0 +1,2 @@ +Time: 7 15 30 +Distance: 9 40 200 -- cgit v1.2.3