From 3ed1c774779d83ccd09e350cc420d1dff1603b98 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Mon, 5 Dec 2022 20:48:14 +0200 Subject: Day5 done in Rust --- 2022/Rust/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '2022/Rust/Cargo.toml') diff --git a/2022/Rust/Cargo.toml b/2022/Rust/Cargo.toml index 90ae026..fb7aa9e 100644 --- a/2022/Rust/Cargo.toml +++ b/2022/Rust/Cargo.toml @@ -23,3 +23,8 @@ path = "src/day3.rs" [[bin]] name = "day4" path = "src/day4.rs" + + +[[bin]] +name = "day5" +path = "src/day5.rs" -- cgit v1.2.3