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

5 lines
74 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
import : scheme base
scheme write
display "Hello world!"
newline