feat: script-meta-v2
This commit is contained in:
5
single-scripts/helloworld.rs
Executable file
5
single-scripts/helloworld.rs
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env runrs
|
||||
|
||||
fn main() {
|
||||
println!("Hello World.");
|
||||
}
|
||||
Reference in New Issue
Block a user