diff options
author | cos <cos> | 2022-12-12 17:19:18 +0000 |
---|---|---|
committer | cos <cos> | 2022-12-12 18:00:46 +0000 |
commit | aefd26f3d7bf22bbc3f29c1f2cb18e91c28cf363 (patch) | |
tree | 154fd5994ae58992b3d286a50d8cd7c54b3d84ea /2022/rust/Cargo.toml | |
parent | 670d30b709b730000ea7af7057bdf0023c8d7f07 (diff) | |
download | adventofcode-aefd26f3d7bf22bbc3f29c1f2cb18e91c28cf363.zip |
Add day10, 2022
Diffstat (limited to '2022/rust/Cargo.toml')
-rw-r--r-- | 2022/rust/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2022/rust/Cargo.toml b/2022/rust/Cargo.toml index f43b72b..6b9f1b1 100644 --- a/2022/rust/Cargo.toml +++ b/2022/rust/Cargo.toml @@ -9,7 +9,7 @@ members = [ "day07", "day08", "day09", -# "day10", + "day10", # "day11", # "day12", # "day13", |