Add more explanation
This commit is contained in:
parent
7a165c90c1
commit
e0bde44953
@ -1,7 +1,11 @@
|
||||
# This is a simple "Hello world" program.
|
||||
|
||||
# Lines beginning with a '#' are comments
|
||||
|
||||
# Programs need a main() function to run:
|
||||
func main():
|
||||
|
||||
# The language is indentation-sensitive, so indentation matters!
|
||||
|
||||
# Edit this code so it prints the text "Hello world"
|
||||
say("Goodbye moon")
|
||||
|
Loading…
Reference in New Issue
Block a user