advent-of-code/2020/src/main.rs

4 lines
82 B
Rust
Raw Normal View History

2020-12-08 11:32:59 +01:00
fn main() {
println!("Please use cargo run dayXX to run any of the days.");
}