//! A simple program that prints "Hello, world!" to the terminal. fn main() { println!("Hello, world!"); }