Obviously we're doing the compulsory "Hello, World!".

But maybe a bit differently;

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

Hello world!