From 01fe0c7d69cfc15c44bf8da9e7bc12c4b4ced264 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Wed, 12 Apr 2023 04:58:02 +0200 Subject: Day11 done in rust --- 2022/Rust/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '2022/Rust/Cargo.toml') 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" -- cgit v1.2.3