diff options
author | cos <cos> | 2021-12-09 10:10:17 +0100 |
---|---|---|
committer | cos <cos> | 2021-12-09 14:51:56 +0100 |
commit | b30e1dd214605b7b479be346b2249aaee11b6a3d (patch) | |
tree | 22ac721c44e5b603964dabe3540bc47a256659bf /2021/rust/Cargo.toml | |
parent | 1d39665c5ae23ddb3c5648d4844d15255d40b566 (diff) | |
download | adventofcode-b30e1dd214605b7b479be346b2249aaee11b6a3d.zip |
Add day09, 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 3f73cb5..dd0516c 100644 --- a/2021/rust/Cargo.toml +++ b/2021/rust/Cargo.toml @@ -8,7 +8,7 @@ members = [ "day06", "day07", "day08", -# "day09", + "day09", # "day10", # "day11", # "day12", |