6 lines
64 B
Rust
Executable File
6 lines
64 B
Rust
Executable File
#!/usr/bin/env runrs
|
|
|
|
fn main() {
|
|
println!("Hello World.");
|
|
}
|