intro2.rs (95B)
1 fn main() { 2 // TODO: Fix the code to print "Hello world!". 3 println!("Hello world!"); 4 }