diff options
author | cos <cos> | 2020-12-12 10:58:42 +0100 |
---|---|---|
committer | cos <cos> | 2020-12-12 22:13:06 +0100 |
commit | d8118966d1070fecc700f3532ea139ccdcb9d894 (patch) | |
tree | d0b695971dbed287d78d76fb240323f78a662049 /2020/rust/Cargo.toml | |
parent | fb10e41b64192cf2aa0961d43426e12a8fb7ba1c (diff) | |
download | adventofcode-d8118966d1070fecc700f3532ea139ccdcb9d894.zip |
Add day12, 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 19751a7..66b8506 100644 --- a/2020/rust/Cargo.toml +++ b/2020/rust/Cargo.toml @@ -12,7 +12,7 @@ members = [ "day09", "day10", "day11", -# "day12", + "day12", # "day13", # "day14", # "day15", |