getting ready for day2

main
Ray Slakinski 2020-12-01 08:20:56 -05:00
parent a0f92ea1e1
commit 099af4e09c
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,9 @@
[package]
name = "day2"
version = "0.1.0"
authors = ["Ray Slakinski <ray.slakinski@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

View File

@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}