6 lines
127 B
Plaintext
6 lines
127 B
Plaintext
|
# This is a simple "Hello world" program.
|
||
|
# Edit it so it prints the text "Hello world":
|
||
|
|
||
|
func main():
|
||
|
say("Goodbye moon")
|