/* * Hello world in rust * Geoff Towell * Oct 2023 */ fn main() { // watch out for the "!", I constantly forget it println!("hello world"); // yes, a semi-colon }