Setup + Days 1, 2, 3

This commit is contained in:
Christian
2023-12-03 21:20:45 +01:00
commit 6e60a3f2e6
12 changed files with 1618 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "aoc-2023"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.75"
regex = "1.10.2"