1 2 3 4 5 6
#!//bin/bash // check-pass fn main() { println!("a valid shebang (that is also a rust comment)") }