diff options
author | cos <cos> | 2019-12-04 14:32:58 +0100 |
---|---|---|
committer | cos <cos> | 2019-12-04 14:32:58 +0100 |
commit | d0ac44d6d968e6eb385a631745b63a5824908046 (patch) | |
tree | ffe0616512298a77ccaa87e9996057aa3bc2d7fb /2019/rust/Cargo.toml | |
parent | 80bfbefdb77a5153561ae4c1cb61d6d4e2b662c6 (diff) | |
download | adventofcode-d0ac44d6d968e6eb385a631745b63a5824908046.zip |
Add day04, 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 b5a41d5..caf0fc3 100644 --- a/2019/rust/Cargo.toml +++ b/2019/rust/Cargo.toml @@ -3,4 +3,5 @@ members = [ "day01", "day02", "day03", + "day04", ] |