5 lines
76 B
Rust
5 lines
76 B
Rust
#!/usr/bin/env rustx
|
|
// pp-exact
|
|
|
|
fn main() { io::println("Hello World"); }
|