// Hello World! in Rust fn main() { println!("Hello World!"); } rustc hello.rs $ ./hello Hello World!