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
december_9/Cargo.toml Normal file
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]

0
december_9/example.txt Normal file
View File

0
december_9/input.txt Normal file
View File

3
december_9/src/main.rs Normal file
View File

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