Day 1 on Day (almost) 3, sorry I'm late
This commit is contained in:
6
src/main.rs
Normal file
6
src/main.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
mod advent_of_code;
|
||||
|
||||
fn main() {
|
||||
advent_of_code::today();
|
||||
println!("Happy new year!");
|
||||
}
|
||||
Reference in New Issue
Block a user