diff options
author | mathiasmagnusson <mathiasmagnussons@gmail.com> | 2022-12-09 18:00:02 +0100 |
---|---|---|
committer | mathiasmagnusson <mathiasmagnussons@gmail.com> | 2022-12-09 18:00:02 +0100 |
commit | e41e6c8bc72e3300a0fa137f198454341bc315b1 (patch) | |
tree | a26e34327b7e68adf9b1dc802a897b9b0626de86 /aoc22/day1/Cargo.toml | |
parent | 444d543b1af11ff8718cf07c690944ddacb29105 (diff) | |
download | programming-problem-solving-e41e6c8bc72e3300a0fa137f198454341bc315b1.tar.gz |
Add aoc
Diffstat (limited to 'aoc22/day1/Cargo.toml')
-rw-r--r-- | aoc22/day1/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/aoc22/day1/Cargo.toml b/aoc22/day1/Cargo.toml new file mode 100644 index 0000000..ce50791 --- /dev/null +++ b/aoc22/day1/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "day1" +version = "0.1.0" +edition = "2021" + +[dependencies] +lib = { path = "../lib" } |