This commit is contained in:
2024-12-07 12:53:06 +01:00
parent a8ea67154b
commit e0663cce26
4 changed files with 165 additions and 0 deletions

6
2024/day6/Cargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[package]
name = "day6"
version = "0.1.0"
edition = "2021"
[dependencies]