fn print(msg: string) #[builtin(print)] {} fn main() { print("hello world!"); }