diff options
author | cos <cos> | 2021-12-13 07:46:50 +0100 |
---|---|---|
committer | cos <cos> | 2021-12-13 12:50:49 +0100 |
commit | 224001efc7aae4c5ec875f99c5f39e50c372c36a (patch) | |
tree | 2fc20c94e88ee819105f59ec9705014f28e96adc /2021/rust/Cargo.toml | |
parent | efb6f73fdb7f512b419547c0baa7913e6b92d539 (diff) | |
download | adventofcode-224001efc7aae4c5ec875f99c5f39e50c372c36a.zip |
Add day13, 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 06ea192..8c18a33 100644 --- a/2021/rust/Cargo.toml +++ b/2021/rust/Cargo.toml @@ -12,7 +12,7 @@ members = [ "day10", "day11", "day12", -# "day13", + "day13", # "day14", # "day15", # "day16", |