advent/src/main.rs
2020-12-02 18:54:00 -08:00

4 lines
45 B
Rust

fn main() {
println!("Hello, world!");
}