mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-03 20:23:59 +00:00
8 lines
121 B
Rust
8 lines
121 B
Rust
#!/usr/bin/env run-cargo-script
|
|
|
|
//@ check-pass
|
|
//@ reference: input.shebang
|
|
fn main() {
|
|
println!("Hello World!");
|
|
}
|