1 2 3 4 5 6 7
#!/usr/bin/env run-cargo-script //@ check-pass //@ reference: input.shebang fn main() { println!("Hello World!"); }