Added december 7 project with inputs

This commit is contained in:
2021-12-07 17:07:05 +01:00
parent 6983ebdf26
commit d61d4c9324
4 changed files with 13 additions and 0 deletions

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

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