diff options
author | cos <cos> | 2019-12-11 18:54:01 +0100 |
---|---|---|
committer | cos <cos> | 2019-12-11 18:54:01 +0100 |
commit | 945ee368589a255fc24595ffd7bfa6f2f0027871 (patch) | |
tree | cc9193a45c816a580acdc9452050695dc50bfe10 /2019/rust/Cargo.toml | |
parent | 0ce19fa7cd9b69ca1d49e6122d6f028740a0668c (diff) | |
download | adventofcode-945ee368589a255fc24595ffd7bfa6f2f0027871.zip |
Add day10, 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 420d5ab..0f57bd0 100644 --- a/2019/rust/Cargo.toml +++ b/2019/rust/Cargo.toml @@ -9,4 +9,5 @@ members = [ "day07", "day08", "day09", + "day10", ] |