From db39b5079219af288986a9c12b0bdd5c87a5a16a Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Tue, 6 Dec 2022 14:03:58 +0200 Subject: Day6 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 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" -- cgit v1.2.3