RosettaCodeData/Task/Hello-world-Text/Wisp/hello-world-text.wisp

5 lines
74 B
Plaintext

import : scheme base
scheme write
display "Hello world!"
newline