diff options
author | cos <cos> | 2020-12-06 09:05:40 +0100 |
---|---|---|
committer | cos <cos> | 2020-12-06 10:10:04 +0100 |
commit | a0b89c75d8429cdfbff99c02e9fc8d332641e189 (patch) | |
tree | 6a766ec7d24f6b8fe347a67e1d742917eca2c00c /2020/rust/Cargo.toml | |
parent | 59290646080f5f1af417ba276355bd4fb7c49c20 (diff) | |
download | adventofcode-a0b89c75d8429cdfbff99c02e9fc8d332641e189.zip |
Add day06, 2020
Diffstat (limited to '2020/rust/Cargo.toml')
-rw-r--r-- | 2020/rust/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2020/rust/Cargo.toml b/2020/rust/Cargo.toml index 9c02f59..7c6ce52 100644 --- a/2020/rust/Cargo.toml +++ b/2020/rust/Cargo.toml @@ -6,7 +6,7 @@ members = [ "day03", "day04", "day05", -# "day06", + "day06", # "day07", # "day08", # "day09", |