day 2 in rust

This commit is contained in:
Thomas Ruoff
2021-12-03 01:08:14 +01:00
parent 7343b0fe9e
commit 76582a01f7
5 changed files with 1048 additions and 0 deletions

8
day02/Cargo.toml Normal file
View File

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