remove big
This commit is contained in:
nora 2023-12-03 12:11:40 +01:00
parent 73ced81e4a
commit f4312139dd
12 changed files with 1281 additions and 9 deletions

9
2023/day2/Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[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]
nom.workspace = true