Installing Rust and Hello World Program

fn main() { println!("Hello, world!"); }
Complete and Continue