From b785c4dc3b7287eea8478e38669a47febb87e3fa Mon Sep 17 00:00:00 2001 From: cos Date: Mon, 6 Dec 2021 07:06:23 +0100 Subject: Add day06, 2021 --- 2021/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2021/rust/Cargo.toml') diff --git a/2021/rust/Cargo.toml b/2021/rust/Cargo.toml index 3ad3961..5badeb6 100644 --- a/2021/rust/Cargo.toml +++ b/2021/rust/Cargo.toml @@ -5,7 +5,7 @@ members = [ "day03", "day04", "day05", -# "day06", + "day06", # "day07", # "day08", # "day09", -- cgit v1.2.3