diff options
author | cos <cos> | 2019-12-06 20:58:44 +0100 |
---|---|---|
committer | cos <cos> | 2019-12-06 20:59:31 +0100 |
commit | 9973aaf401649c6ffd3d14295ce6dd9e9e63d159 (patch) | |
tree | 9cdc3c3d123fd9d3ee48341217f8a7038877f91c /2019/rust/Cargo.toml | |
parent | 3f751c75fa02eb3aedbb56ef17c09eed8d2e162d (diff) | |
download | adventofcode-9973aaf401649c6ffd3d14295ce6dd9e9e63d159.zip |
Add day06, 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 acbc8bb..cd02164 100644 --- a/2019/rust/Cargo.toml +++ b/2019/rust/Cargo.toml @@ -5,4 +5,5 @@ members = [ "day03", "day04", "day05", + "day06", ] |