Hello, World!

Seems an appropriate enough first post to make.

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