test/merhaba.rs

4 lines
42 B
Rust
Raw Normal View History

2018-11-10 05:45:50 +01:00
fn main() {
println!("Hello, World");
}