diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2022-12-06 14:03:58 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2022-12-06 14:03:58 +0200 |
| commit | db39b5079219af288986a9c12b0bdd5c87a5a16a (patch) | |
| tree | 90a5f998234673132d5f8189a37846ab3b845a7d /2022/Rust/Cargo.toml | |
| parent | 3ed1c774779d83ccd09e350cc420d1dff1603b98 (diff) | |
| download | aoc-db39b5079219af288986a9c12b0bdd5c87a5a16a.tar.xz aoc-db39b5079219af288986a9c12b0bdd5c87a5a16a.zip | |
Day6 done in Rust
Diffstat (limited to '2022/Rust/Cargo.toml')
| -rw-r--r-- | 2022/Rust/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/2022/Rust/Cargo.toml b/2022/Rust/Cargo.toml index fb7aa9e..e11f9fc 100644 --- a/2022/Rust/Cargo.toml +++ b/2022/Rust/Cargo.toml @@ -28,3 +28,7 @@ path = "src/day4.rs" [[bin]] name = "day5" path = "src/day5.rs" + +[[bin]] +name = "day6" +path = "src/day6.rs" |
