diff options
author | cos <cos> | 2021-12-06 06:20:53 +0100 |
---|---|---|
committer | cos <cos> | 2021-12-06 16:00:01 +0100 |
commit | 83859ecb86b5ffb411d0b0a98c021820cdc83630 (patch) | |
tree | 2152149476d334dee2820734ca9ef7aad16606f6 /2021/rust/Cargo.toml | |
parent | 86f696a318001f1e6f1d063ba42dee1f5da13477 (diff) | |
download | adventofcode-83859ecb86b5ffb411d0b0a98c021820cdc83630.zip |
Add day05, 2021
Diffstat (limited to '2021/rust/Cargo.toml')
-rw-r--r-- | 2021/rust/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2021/rust/Cargo.toml b/2021/rust/Cargo.toml index aed5051..3ad3961 100644 --- a/2021/rust/Cargo.toml +++ b/2021/rust/Cargo.toml @@ -4,7 +4,7 @@ members = [ "day02", "day03", "day04", -# "day05", + "day05", # "day06", # "day07", # "day08", |