test/merhaba.rs

4 lines
42 B
Rust
Raw Permalink Normal View History

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