mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 15:06:20 +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!");
|
|
}
|