Move code into a single cargo module with an execution harness.

This commit is contained in:
Anna Rose Wiggins 2024-02-15 17:49:57 +00:00
parent 5b3a5d829d
commit 5bb3392691
7 changed files with 77 additions and 4 deletions

9
2022/Cargo.toml Normal file
View file

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