diff options
author | cos <cos> | 2020-12-08 10:12:11 +0100 |
---|---|---|
committer | cos <cos> | 2020-12-08 19:10:38 +0100 |
commit | 8df0925373b4ee9677db89ec676522d5b3570bb5 (patch) | |
tree | 00f05f19c45942e8e6ede9cdcff84ee1d0a72952 /2020/rust/Cargo.toml | |
parent | 3cc461bc73e3fde58df6952f4db9c67a89b65858 (diff) | |
download | adventofcode-8df0925373b4ee9677db89ec676522d5b3570bb5.zip |
Add day08, 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 3949f7e..6ace855 100644 --- a/2020/rust/Cargo.toml +++ b/2020/rust/Cargo.toml @@ -8,7 +8,7 @@ members = [ "day05", "day06", "day07", -# "day08", + "day08", # "day09", # "day10", # "day11", |