// TODO: Fix the code to print "Hello world!".

fn main() {
    printline!("Hello world!");
}