fn main() { // ! means calling a macro instead of a normal function println!("Hello, world!"); }