This commit is contained in:
2022-12-03 01:10:06 +01:00
parent 98184053e9
commit 3cdb4b991d
4 changed files with 2594 additions and 0 deletions

11
day_2/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[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"
phf = { version = "0.11", default-features = false }