diff options
author | cos <cos> | 2021-12-10 07:36:49 +0100 |
---|---|---|
committer | cos <cos> | 2021-12-10 07:36:49 +0100 |
commit | 8aa43a7021ddf058e61769b780e4f0024977d731 (patch) | |
tree | f16e9c9b6b1032ab36c63bf127006c87ddac966c /2021/rust/Cargo.toml | |
parent | b30e1dd214605b7b479be346b2249aaee11b6a3d (diff) | |
download | adventofcode-8aa43a7021ddf058e61769b780e4f0024977d731.zip |
Add day10, 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 dd0516c..6015d2b 100644 --- a/2021/rust/Cargo.toml +++ b/2021/rust/Cargo.toml @@ -9,7 +9,7 @@ members = [ "day07", "day08", "day09", -# "day10", + "day10", # "day11", # "day12", # "day13", |