4 lines
43 B
Rust
Raw Normal View History

2018-04-16 16:26:40 +02:00
fn main() {
println!("Hello World");
}