Added December 5 and input files

This commit is contained in:
2021-12-05 22:21:08 +01:00
parent 50f57ef13d
commit f4cc030adb
4 changed files with 521 additions and 0 deletions

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

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