feat: add rust-script
This commit is contained in:
5
external/rust-script/examples/hello.ers
vendored
Executable file
5
external/rust-script/examples/hello.ers
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env rust-script
|
||||
|
||||
fn main() {
|
||||
println!("hello, rust");
|
||||
}
|
||||
Reference in New Issue
Block a user