test/merhaba.rs
2018-11-10 06:45:50 +02:00

3 lines
42 B
Rust

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