diff options
author | cos <cos> | 2019-12-02 16:03:41 +0100 |
---|---|---|
committer | cos <cos> | 2019-12-02 16:03:41 +0100 |
commit | 3a361dd8d7f3a41f2f73513b398c746badca934b (patch) | |
tree | 947ae88018aca25a93e1881e34f7e1fda919bbd5 /2019/rust/Cargo.toml | |
parent | 6a396b84b0d665607df98452a6d694835d87b5c6 (diff) | |
download | adventofcode-3a361dd8d7f3a41f2f73513b398c746badca934b.zip |
Add day02, 2019
Diffstat (limited to '2019/rust/Cargo.toml')
-rw-r--r-- | 2019/rust/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2019/rust/Cargo.toml b/2019/rust/Cargo.toml index f2bad2a..d52cdc3 100644 --- a/2019/rust/Cargo.toml +++ b/2019/rust/Cargo.toml @@ -1,4 +1,5 @@ [workspace] members = [ "day01", + "day02", ] |