foil/src/main.rs
2019-05-25 21:45:00 -04:00

4 lines
45 B
Rust

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