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