#!/usr/bin/env /friends/bin/rustscript fn main() { // The statements here will be executed when the compiled binary is called // Print text to the console println!("Hello World!"); }