fn main() { println!("Hello, World!"); }
kodingwindow@kw:~$ rustc kw.rskodingwindow@kw:~$ ./kw Hello, World! kodingwindow@kw:~$