fn print(msg: string) #[builtin(print)] {
    + "hello" 0    
}

fn main() {
    print("hello world!\n");
}