Day 11, parts 1 + 2
This commit is contained in:
parent
dafb8e35b4
commit
2a5bb55bee
5 changed files with 626 additions and 0 deletions
9
2022/day11/Cargo.toml
Normal file
9
2022/day11/Cargo.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "day11"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
num = "0.4.0"
|
Loading…
Add table
Add a link
Reference in a new issue