diff options
author | cos <cos> | 2020-12-11 23:32:19 +0100 |
---|---|---|
committer | cos <cos> | 2020-12-12 00:13:39 +0100 |
commit | 881aff60c703f3929048405fd8bbf8f0533ded72 (patch) | |
tree | 4b6c32e9b1b08d7f6b3b909f5f2a65493b225eb2 /2020/rust/Cargo.toml | |
parent | 8903df64fa9c61802f375d335255712275d4cb8e (diff) | |
download | adventofcode-881aff60c703f3929048405fd8bbf8f0533ded72.zip |
Add day11, 2020
Diffstat (limited to '2020/rust/Cargo.toml')
-rw-r--r-- | 2020/rust/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/2020/rust/Cargo.toml b/2020/rust/Cargo.toml index a51672a..19751a7 100644 --- a/2020/rust/Cargo.toml +++ b/2020/rust/Cargo.toml @@ -10,8 +10,8 @@ members = [ "day07", "day08", "day09", -# "day10", -# "day11", + "day10", + "day11", # "day12", # "day13", # "day14", |