solve Day02 in rust

This commit is contained in:
2023-12-02 11:08:06 +01:00
parent 2dcaaf8e1d
commit c01a96c05d
3 changed files with 68 additions and 1 deletions

8
Day02/rust/Cargo.toml Normal file
View File

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