rust/tests/ui/parser/shebang/valid-shebang.rs
2024-02-16 20:02:50 +00:00

7 lines
92 B
Rust

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