diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2023-05-03 13:07:25 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2023-05-03 13:07:25 +0000 |
| commit | 350002299370477a0b25dc6506e178f7c1ef8bf7 (patch) | |
| tree | a18c83215804a669fb212e7d010770e1748a3a07 /2022/day6/Cargo.toml | |
| parent | 2e7401338f8f13ba7584f5ce54e8e660c8a49cd4 (diff) | |
Add day 6
Diffstat (limited to '2022/day6/Cargo.toml')
| -rw-r--r-- | 2022/day6/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/2022/day6/Cargo.toml b/2022/day6/Cargo.toml new file mode 100644 index 0000000..89d04ae --- /dev/null +++ b/2022/day6/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "day6" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |
