diff options
author | mathiasmagnusson <mathias@magnusson.space> | 2022-12-12 20:53:17 +0100 |
---|---|---|
committer | mathiasmagnusson <mathias@magnusson.space> | 2022-12-12 20:53:17 +0100 |
commit | 5dd4e8d1b053e9c13c66a573e664c0a7808e4cb6 (patch) | |
tree | 1c65d8ed85d432080e2b3da042d242e600002b02 /aoc22/Cargo.toml | |
parent | 616bec7e8b07e6d7c669b2b9142da14feebe8885 (diff) | |
download | programming-problem-solving-5dd4e8d1b053e9c13c66a573e664c0a7808e4cb6.tar.gz |
Day 9
Diffstat (limited to 'aoc22/Cargo.toml')
-rw-r--r-- | aoc22/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aoc22/Cargo.toml b/aoc22/Cargo.toml index e2032ea..3a94d1d 100644 --- a/aoc22/Cargo.toml +++ b/aoc22/Cargo.toml @@ -6,4 +6,5 @@ members = [ "day2", "day7", "day8", + "day9", ] |