Added December 4

This commit is contained in:
2021-12-05 18:47:54 +01:00
parent c69470afa5
commit 507c35c813
3 changed files with 612 additions and 0 deletions

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

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