Move code into a single cargo module with an execution harness.
This commit is contained in:
parent
5b3a5d829d
commit
5bb3392691
7 changed files with 77 additions and 4 deletions
9
2022/Cargo.toml
Normal file
9
2022/Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue