rust/tests/ui/parser/shebang/valid-shebang.rs
2023-01-11 09:32:08 +00:00

7 lines
91 B
Rust

#!/usr/bin/env run-cargo-script
// check-pass
fn main() {
println!("Hello World!");
}