rust/hello_world/main.rs (3 lines of code) (raw):

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