Hello, world in Rust Jan 27, 2015 • Guangming Mao Hello, rust !!! fn main() { println!("Hello, rust!"); } Rust