From db2686c798378738020a0951a521358586e21aa0 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Fri, 9 Feb 2024 11:42:04 +0100 Subject: Add day2 in OCaml --- 2023/rust/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 2023/rust/Cargo.toml (limited to '2023/rust/Cargo.toml') diff --git a/2023/rust/Cargo.toml b/2023/rust/Cargo.toml new file mode 100644 index 0000000..7f6cc11 --- /dev/null +++ b/2023/rust/Cargo.toml @@ -0,0 +1,2 @@ +[workspace] +members = ["day1", "day2", "day3", "day4", "day5", "day6", "day7", "day7_2", "day8", "day9", "day11", "day13", "day15"] -- cgit v1.2.3-18-g5258