Files
runrs/external/rust-script/examples/hello.ers
2022-08-06 01:14:04 +08:00

6 lines
69 B
Rust
Executable File

#!/usr/bin/env rust-script
fn main() {
println!("hello, rust");
}