diff options
author | cos <cos> | 2019-12-08 15:31:14 +0100 |
---|---|---|
committer | cos <cos> | 2019-12-08 15:31:18 +0100 |
commit | 7c464db6ffb3872f46a422f7ee0345f46bffbeae (patch) | |
tree | 3d55f4372469257f8263f9a76651330621a85cc6 /2019/rust/Cargo.toml | |
parent | edface94833462d5ccb3496ed631b2d3815646ec (diff) | |
download | adventofcode-7c464db6ffb3872f46a422f7ee0345f46bffbeae.zip |
Add day08, 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 a361d72..91b5060 100644 --- a/2019/rust/Cargo.toml +++ b/2019/rust/Cargo.toml @@ -7,4 +7,5 @@ members = [ "day05", "day06", "day07", + "day08", ] |