Finished 8 and addede 9

This commit is contained in:
2021-12-09 19:57:00 +01:00
parent daf0ca92e4
commit ad92e950a9
5 changed files with 57 additions and 40 deletions
+8
View File
@@ -0,0 +1,8 @@
[package]
name = "december_9"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
View File
View File
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}