didn't commit the project files the first time :^P

This commit is contained in:
2022-12-06 00:53:47 +01:00
parent 20095d6ac6
commit 77c6d273b9
3 changed files with 1064 additions and 0 deletions

9
day_4/Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[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"