feat: script-meta-v2

This commit is contained in:
2025-01-18 12:41:12 +08:00
parent 709c4b1e72
commit 6b5f301086
4 changed files with 244 additions and 17 deletions

5
single-scripts/helloworld.rs Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env runrs
fn main() {
println!("Hello World.");
}