tomo-koans/lesson-templates/lesson-01-hello-world.tm
2025-03-24 17:17:02 -04:00

8 lines
180 B
Tcl

# 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")