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/day7/Cargo.toml | |
parent | ac1f723d39b6d25903237af86a7319209373731b (diff) | |
download | programming-problem-solving-b7e2fe6160280472a625a8867ea5177b0155737c.tar.gz |
Aoc day 6, 7 & 8
Diffstat (limited to 'aoc22/day7/Cargo.toml')
-rw-r--r-- | aoc22/day7/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/aoc22/day7/Cargo.toml b/aoc22/day7/Cargo.toml new file mode 100644 index 0000000..b0e6e9d --- /dev/null +++ b/aoc22/day7/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "day7" +version = "0.1.0" +edition = "2021" + +[dependencies] +lib = { path = "../lib" } |