RosettaCodeData/Task/Hello-world-Text/Blast/hello-world-text-1.blast
2023-07-01 13:44:08 -04: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.