diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-04-12 04:58:02 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-04-12 04:58:02 +0200 |
| commit | 01fe0c7d69cfc15c44bf8da9e7bc12c4b4ced264 (patch) | |
| tree | e40648725f24912be8bac01385eb47219b39dce2 /2022/Rust/Cargo.toml | |
| parent | 1e8e58033cefcaf138c72085b1a5bffb8cd958c9 (diff) | |
| download | aoc-01fe0c7d69cfc15c44bf8da9e7bc12c4b4ced264.tar.xz aoc-01fe0c7d69cfc15c44bf8da9e7bc12c4b4ced264.zip | |
Day11 done in rust
Diffstat (limited to '2022/Rust/Cargo.toml')
| -rwxr-xr-x | 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 382ee7a..f1b5c75 100755 --- a/2022/Rust/Cargo.toml +++ b/2022/Rust/Cargo.toml @@ -48,3 +48,7 @@ path = "src/day9.rs" [[bin]] name = "day10" path = "src/day10.rs" + +[[bin]] +name = "day11" +path = "src/day11.rs" |
