Add day 3

This commit is contained in:
2023-12-03 09:51:45 +01:00
parent 59e233385e
commit 4bfd29dcd5
4 changed files with 231 additions and 0 deletions

9
2023/day3/Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "day3"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
indoc = "2.0.4"