cargo-play/fixtures/hello.rs

4 lines
44 B
Rust
Raw Normal View History

2019-08-13 07:04:18 +00:00
fn main() {
println!("Hello World!");
}