6 lines
103 B
Rust
6 lines
103 B
Rust
#!/usr/bin/env rustx
|
|
// http://rust-lang.org/COPYRIGHT.
|
|
//
|
|
|
|
pub fn main() { println!("Hello World"); }
|