mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-27 21:37:16 +00:00
7 lines
104 B
Bash
7 lines
104 B
Bash
#!//bin/bash
|
|
|
|
// check-pass
|
|
fn main() {
|
|
println!("a valid shebang (that is also a rust comment)")
|
|
}
|