2021 Day 2 done in Rust
Code is currently fairly ugly, will try to refactor in a more functional fashion
This commit is contained in:
parent
a20909dbc8
commit
31f3680949
4 changed files with 1057 additions and 0 deletions
9
2021/Day 2/rust_solution/Cargo.toml
Normal file
9
2021/Day 2/rust_solution/Cargo.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "rust_solution"
|
||||
version = "0.1.0"
|
||||
authors = ["Teo-CD"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
Loading…
Add table
Add a link
Reference in a new issue