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

4 lines
82 B
Rust

fn main() {
println!("Please use cargo run dayXX to run any of the days.");
}