tomo-koans/lesson-templates/lesson-01-hello-world.tm

8 lines
180 B
Plaintext
Raw Normal View History

2025-03-24 14:17:02 -07:00
# This is a simple "Hello world" program.
# Programs need a main() function to run:
func main():
# Edit this code so it prints the text "Hello world"
say("Goodbye moon")