diff options
author | cos <cos> | 2022-12-04 17:32:57 +0000 |
---|---|---|
committer | cos <cos> | 2022-12-05 11:14:34 +0000 |
commit | 002f3d163bd606434d5e73e1658caad29690f03b (patch) | |
tree | bed020ea4991845b5b59b2179a6b17c3d7328c3b /2022/rust/Cargo.toml | |
parent | 5886b1144dac92767b49028bd0d7093667fdafb3 (diff) | |
download | adventofcode-002f3d163bd606434d5e73e1658caad29690f03b.zip |
Add day02, 2022
Diffstat (limited to '2022/rust/Cargo.toml')
-rw-r--r-- | 2022/rust/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2022/rust/Cargo.toml b/2022/rust/Cargo.toml index 079c5ee..0707ddf 100644 --- a/2022/rust/Cargo.toml +++ b/2022/rust/Cargo.toml @@ -1,7 +1,7 @@ [workspace] members = [ "day01", -# "day02", + "day02", # "day03", # "day04", # "day05", |