day1 part2

This commit is contained in:
simon
2024-09-13 11:11:09 +02:00
parent eada91d3b9
commit 70d4df91ea
8 changed files with 124 additions and 2 deletions

3
2023/day2/src/main.rs Normal file
View File

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