diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-12-06 12:34:59 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-12-06 12:34:59 +0200 |
| commit | f12a53bb2af4492240f4e5d57a91a997ba3819b0 (patch) | |
| tree | 1ecc18aca4604e64684bd40455aef5397ff9e8b7 /2023/Rust/input | |
| parent | 5710e4eb4c164893874478103019f02213d527a1 (diff) | |
| download | aoc-f12a53bb2af4492240f4e5d57a91a997ba3819b0.tar.xz aoc-f12a53bb2af4492240f4e5d57a91a997ba3819b0.zip | |
Day 6 done.
Diffstat (limited to '2023/Rust/input')
| -rw-r--r-- | 2023/Rust/input/day6.prod | 2 | ||||
| -rw-r--r-- | 2023/Rust/input/day6.test | 2 |
2 files changed, 4 insertions, 0 deletions
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 |
