diff options
author | cos <cos> | 2021-12-07 08:52:05 +0100 |
---|---|---|
committer | cos <cos> | 2021-12-07 14:06:16 +0100 |
commit | 9dfb22a9eb14d7884b534f2ae34c4807424fe19e (patch) | |
tree | 1222b0f02878840f795190018f57e1020f3c925d /2021/rust/Cargo.toml | |
parent | f4979b0c8e32678710cbda681c36d5faa94444c1 (diff) | |
download | adventofcode-9dfb22a9eb14d7884b534f2ae34c4807424fe19e.zip |
Add day07, 2021
Diffstat (limited to '2021/rust/Cargo.toml')
-rw-r--r-- | 2021/rust/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2021/rust/Cargo.toml b/2021/rust/Cargo.toml index 5badeb6..49ed1d7 100644 --- a/2021/rust/Cargo.toml +++ b/2021/rust/Cargo.toml @@ -6,7 +6,7 @@ members = [ "day04", "day05", "day06", -# "day07", + "day07", # "day08", # "day09", # "day10", |