diff options
author | Starfall <us@starfall.systems> | 2023-12-05 13:39:44 -0600 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2023-12-05 13:39:44 -0600 |
commit | e01998ad87780da7dbbcde00b678a037bc8bf14b (patch) | |
tree | a4351ea39f1371897a4f84bc7f789bbfa439ec74 /aoc2023/day2/Cargo.toml | |
parent | cfda64d4e0ac69eac5fcc3898f126d3b505b8426 (diff) |
aoc2023: day 2 solution
Diffstat (limited to 'aoc2023/day2/Cargo.toml')
-rw-r--r-- | aoc2023/day2/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/aoc2023/day2/Cargo.toml b/aoc2023/day2/Cargo.toml new file mode 100644 index 0000000..8aa34bb --- /dev/null +++ b/aoc2023/day2/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "day2" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |