RosettaCodeData/Task/Hello-world-Text/Blast/hello-world-text.blast
2015-11-18 06:14:39 +00:00

5 lines
131 B
Text

# This will display a goodbye message on the terminal screen
.begin
display "Hello world!"
return
# This is the end of the script.