From edface94833462d5ccb3496ed631b2d3815646ec Mon Sep 17 00:00:00 2001 From: cos Date: Sat, 7 Dec 2019 23:09:12 +0100 Subject: Add day07, 2019 Solution search is implemented as shell scripts. Ugly and fragile, but it got the task done. --- 2019/rust/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to '2019/rust/Cargo.toml') diff --git a/2019/rust/Cargo.toml b/2019/rust/Cargo.toml index cd02164..a361d72 100644 --- a/2019/rust/Cargo.toml +++ b/2019/rust/Cargo.toml @@ -6,4 +6,5 @@ members = [ "day04", "day05", "day06", + "day07", ] -- cgit v1.2.3