diff options
author | cos <cos> | 2019-12-12 16:40:24 +0100 |
---|---|---|
committer | cos <cos> | 2019-12-12 16:40:24 +0100 |
commit | 043c1a447fe611c54cf414e743dd521a2e0088e7 (patch) | |
tree | 32a96f8b02efa47f598088241ece91262ca4f0c7 /2019/rust/Cargo.toml | |
parent | 1e38aeed2565578b98bbb60b6a4d46ad0739d915 (diff) | |
download | adventofcode-043c1a447fe611c54cf414e743dd521a2e0088e7.zip |
Add day12, 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 20977c7..93d1ea6 100644 --- a/2019/rust/Cargo.toml +++ b/2019/rust/Cargo.toml @@ -11,4 +11,5 @@ members = [ "day09", "day10", "day11", + "day12", ] |