cleanup done

This commit is contained in:
2022-12-04 20:26:25 +01:00
parent ad4e694391
commit 529098eddf
9 changed files with 795 additions and 0 deletions

10
day_3/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "advent_of_code_2022"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rfd = "0.10.0"
substring = "1.4.5"