5 lines
105 B
Rust

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