diff options
author | cos <cos> | 2021-12-02 10:37:10 +0100 |
---|---|---|
committer | cos <cos> | 2021-12-02 10:41:51 +0100 |
commit | 8d207663b8c561e27e1dd50a7523ed6b62c8e1cd (patch) | |
tree | de17623979a2a1e6a6e8d5c5d0bedd24aac26cf8 /2021/rust/Cargo.toml | |
parent | f4400c6410f4b932eb738760996e0dcc271157f1 (diff) | |
download | adventofcode-8d207663b8c561e27e1dd50a7523ed6b62c8e1cd.zip |
Add day02, 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 9674b94..8609abe 100644 --- a/2021/rust/Cargo.toml +++ b/2021/rust/Cargo.toml @@ -1,7 +1,7 @@ [workspace] members = [ "day01", -# "day02", + "day02", # "day03", # "day04", # "day05", |