fixing naming of day_2

main
Ray Slakinski 2020-12-01 08:21:34 -05:00
parent 099af4e09c
commit 188247651e
2 changed files with 0 additions and 12 deletions

View File

@ -1,9 +0,0 @@
[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

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