diff options
author | mathiasmagnusson <mathias@magnusson.space> | 2022-12-11 23:04:39 +0100 |
---|---|---|
committer | mathiasmagnusson <mathias@magnusson.space> | 2022-12-11 23:04:39 +0100 |
commit | b7e2fe6160280472a625a8867ea5177b0155737c (patch) | |
tree | f8b10bd9a20adbd568b3a0d75fc0367a0523107f /aoc22/Cargo.toml | |
parent | ac1f723d39b6d25903237af86a7319209373731b (diff) | |
download | programming-problem-solving-b7e2fe6160280472a625a8867ea5177b0155737c.tar.gz |
Aoc day 6, 7 & 8
Diffstat (limited to 'aoc22/Cargo.toml')
-rw-r--r-- | aoc22/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/aoc22/Cargo.toml b/aoc22/Cargo.toml index f712e2b..e2032ea 100644 --- a/aoc22/Cargo.toml +++ b/aoc22/Cargo.toml @@ -4,4 +4,6 @@ members = [ "lib", "day1", "day2", + "day7", + "day8", ] |