cargo-play/fixtures/hello.rs
2019-08-13 00:04:18 -07:00

3 lines
44 B
Rust

fn main() {
println!("Hello World!");
}