Added December 3.1

This commit is contained in:
2021-12-03 15:19:43 +01:00
parent 641a176c77
commit 9f900b1f52
3 changed files with 12 additions and 0 deletions

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

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