diff options
author | mathiasmagnusson <mathias@magnusson.space> | 2022-12-12 22:33:07 +0100 |
---|---|---|
committer | mathiasmagnusson <mathias@magnusson.space> | 2022-12-12 22:33:07 +0100 |
commit | d4fcb8a4a815ce8c888c3e06330e9cff71e3c312 (patch) | |
tree | 7d1b7f7a68c685804ae43293002d9ef67bff834b /aoc22/Cargo.toml | |
parent | 5dd4e8d1b053e9c13c66a573e664c0a7808e4cb6 (diff) | |
download | programming-problem-solving-d4fcb8a4a815ce8c888c3e06330e9cff71e3c312.tar.gz |
Day 10
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 3a94d1d..70b383e 100644 --- a/aoc22/Cargo.toml +++ b/aoc22/Cargo.toml @@ -7,4 +7,5 @@ members = [ "day7", "day8", "day9", + "day10", ] |