diff options
author | cos <cos> | 2021-12-12 08:41:41 +0100 |
---|---|---|
committer | cos <cos> | 2021-12-12 22:12:23 +0100 |
commit | efb6f73fdb7f512b419547c0baa7913e6b92d539 (patch) | |
tree | 586e137609e81a8a54598af35597c6140110cf4f /2021/rust/Cargo.toml | |
parent | 886011338af5eff00a2e31097d62acb51be5fbf5 (diff) | |
download | adventofcode-efb6f73fdb7f512b419547c0baa7913e6b92d539.zip |
Add day12, 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 9d8c085..06ea192 100644 --- a/2021/rust/Cargo.toml +++ b/2021/rust/Cargo.toml @@ -11,7 +11,7 @@ members = [ "day09", "day10", "day11", -# "day12", + "day12", # "day13", # "day14", # "day15", |