This commit is contained in:
2022-12-01 21:32:18 +01:00
parent 769252e913
commit d58c974de4
9 changed files with 62 additions and 1 deletions

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

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