feat: add rust-script
This commit is contained in:
4
external/rust-script/tests/data/whitespace-before-main.rs
vendored
Normal file
4
external/rust-script/tests/data/whitespace-before-main.rs
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
fn main() {
|
||||
println!("--output--");
|
||||
println!("hello, world");
|
||||
}
|
||||
Reference in New Issue
Block a user