From 31c4288918624c5af2adbe642e578d2cb70a0fe0 Mon Sep 17 00:00:00 2001 From: cos Date: Thu, 3 Dec 2020 08:04:08 +0100 Subject: Add day03, 2020 --- 2020/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2020/rust/Cargo.toml') diff --git a/2020/rust/Cargo.toml b/2020/rust/Cargo.toml index febab99..6ecd67b 100644 --- a/2020/rust/Cargo.toml +++ b/2020/rust/Cargo.toml @@ -3,7 +3,7 @@ members = [ "aoc", "day01", "day02", -# "day03", + "day03", # "day04", # "day05", # "day06", -- cgit v1.2.3