Look at the following rust code: ``` fn main() { println!("Hello, World!"); } ``` This will print 'Hello World' to the console.