Files
scriptbase/single-scripts/helloworld.rs
2025-01-18 12:41:12 +08:00

6 lines
64 B
Rust
Executable File

#!/usr/bin/env runrs
fn main() {
println!("Hello World.");
}