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/day3.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/day3.test')
| -rw-r--r-- | 2022/Rust/input/day3.test | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/2022/Rust/input/day3.test b/2022/Rust/input/day3.test new file mode 100644 index 0000000..f17e726 --- /dev/null +++ b/2022/Rust/input/day3.test @@ -0,0 +1,6 @@ +vJrwpWtwJgWrhcsFMMfFFhFp +jqHRNqRjqzjGDLGLrsFMfFZSrLrFZsSL +PmmdzqPrVvPwwTWBwg +wMqvLMZHhHMvwLHjbvcjnnSBnvTQFn +ttgJtRGJQctTZtZT +CrZsJsPPZsGzwwsLwLmpwMDw |
