diff options
author | cos <cos> | 2019-12-07 23:09:12 +0100 |
---|---|---|
committer | cos <cos> | 2019-12-07 23:09:16 +0100 |
commit | edface94833462d5ccb3496ed631b2d3815646ec (patch) | |
tree | db4fe081453ae3583ac8f4560ca3163cef7d76fa /2019/rust/Cargo.toml | |
parent | 9973aaf401649c6ffd3d14295ce6dd9e9e63d159 (diff) | |
download | adventofcode-edface94833462d5ccb3496ed631b2d3815646ec.zip |
Add day07, 2019
Solution search is implemented as shell scripts. Ugly and
fragile, but it got the task done.
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 cd02164..a361d72 100644 --- a/2019/rust/Cargo.toml +++ b/2019/rust/Cargo.toml @@ -6,4 +6,5 @@ members = [ "day04", "day05", "day06", + "day07", ] |