diff options
author | cos <cos> | 2019-12-13 21:06:13 +0100 |
---|---|---|
committer | cos <cos> | 2019-12-13 21:08:31 +0100 |
commit | 27e21572d0acc34c0b8ac7edeee70da88f06532e (patch) | |
tree | f5d0c7deb0cbe252269150f5a99df6c3b1f98ab9 /2019/rust/Cargo.toml | |
parent | e7d1a85be59121ac2cc448fbd99ce26821cc6e59 (diff) | |
download | adventofcode-27e21572d0acc34c0b8ac7edeee70da88f06532e.zip |
Add day13, 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 93d1ea6..e49e67b 100644 --- a/2019/rust/Cargo.toml +++ b/2019/rust/Cargo.toml @@ -12,4 +12,5 @@ members = [ "day10", "day11", "day12", + "day13", ] |