diff options
author | cos <cos> | 2020-12-05 09:51:50 +0100 |
---|---|---|
committer | cos <cos> | 2020-12-05 11:13:09 +0100 |
commit | 59290646080f5f1af417ba276355bd4fb7c49c20 (patch) | |
tree | 0b81705fd27b5263481400125199aaa58ac0b6d6 /2020/rust/Cargo.toml | |
parent | 6dab82d7ebd2edea2a1220cfbaff977528c6aaca (diff) | |
download | adventofcode-59290646080f5f1af417ba276355bd4fb7c49c20.zip |
Add day05, 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 4ef217f..9c02f59 100644 --- a/2020/rust/Cargo.toml +++ b/2020/rust/Cargo.toml @@ -5,7 +5,7 @@ members = [ "day02", "day03", "day04", -# "day05", + "day05", # "day06", # "day07", # "day08", |