diff options
author | cos <cos> | 2021-12-11 13:51:25 +0100 |
---|---|---|
committer | cos <cos> | 2021-12-11 13:51:25 +0100 |
commit | 886011338af5eff00a2e31097d62acb51be5fbf5 (patch) | |
tree | 371c0ecc623f4be7540be4372667a4a0ecb604ee /2021/rust/Cargo.toml | |
parent | 848c99078faa9af828cdf44596d4a34ea1242f79 (diff) | |
download | adventofcode-886011338af5eff00a2e31097d62acb51be5fbf5.zip |
Add day11, 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 6015d2b..9d8c085 100644 --- a/2021/rust/Cargo.toml +++ b/2021/rust/Cargo.toml @@ -10,7 +10,7 @@ members = [ "day08", "day09", "day10", -# "day11", + "day11", # "day12", # "day13", # "day14", |