Completed day one

This commit is contained in:
Connor Johnstone
2023-11-30 23:23:35 -07:00
commit 7bb6e131a4
6 changed files with 1100 additions and 0 deletions

8
day_01/Cargo.toml Normal file
View File

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