1 2 3 4 5
fn main() { // The statements here will be executed when the compiled binary is called. println!("Hello, world!"); }