module builtin pub fn println(s string) { #fmt.Println(s.str) }