diff options
author | cos <cos> | 2020-12-07 08:26:05 +0100 |
---|---|---|
committer | cos <cos> | 2020-12-08 00:17:35 +0100 |
commit | 3cc461bc73e3fde58df6952f4db9c67a89b65858 (patch) | |
tree | 719e5f1c588ff25b576680a4436eea59a0ff6429 /2020/rust/Cargo.toml | |
parent | a0b89c75d8429cdfbff99c02e9fc8d332641e189 (diff) | |
download | adventofcode-3cc461bc73e3fde58df6952f4db9c67a89b65858.zip |
Add day07, 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 7c6ce52..3949f7e 100644 --- a/2020/rust/Cargo.toml +++ b/2020/rust/Cargo.toml @@ -7,7 +7,7 @@ members = [ "day04", "day05", "day06", -# "day07", + "day07", # "day08", # "day09", # "day10", |