diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-04-09 03:17:14 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-04-09 03:17:14 +0200 |
| commit | 2ee707c5e1ef6d41acd2163f332fcd38c07e9be0 (patch) | |
| tree | fa2ce8fb20167d79e738233bea851c6dcbc7091c /2022/Rust/input/day1.test | |
| parent | 05c20dd5c02dd317afec8c96df331960f1814270 (diff) | |
| download | aoc-2ee707c5e1ef6d41acd2163f332fcd38c07e9be0.tar.xz aoc-2ee707c5e1ef6d41acd2163f332fcd38c07e9be0.zip | |
Added the solution for day2 in rust and added some test files
Diffstat (limited to '2022/Rust/input/day1.test')
| -rw-r--r-- | 2022/Rust/input/day1.test | 14 |
1 files changed, 14 insertions, 0 deletions
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 |
