/* * Hello world in Rust * Created: August 2023 * G Towell */ fn main() { println!("Hello, world!"); }