From c827efeeef0cdc63c5366e9d945fa53c09988491 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Sun, 9 Apr 2023 03:09:19 +0200 Subject: Solve day7 in rust --- 2022/Rust/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) mode change 100644 => 100755 2022/Rust/Cargo.toml (limited to '2022/Rust/Cargo.toml') diff --git a/2022/Rust/Cargo.toml b/2022/Rust/Cargo.toml old mode 100644 new mode 100755 index e11f9fc..16a858c --- a/2022/Rust/Cargo.toml +++ b/2022/Rust/Cargo.toml @@ -32,3 +32,7 @@ path = "src/day5.rs" [[bin]] name = "day6" path = "src/day6.rs" + +[[bin]] +name = "day7" +path = "src/day7.rs" -- cgit v1.2.3