RosettaCodeData/Task/Hello-world-Text/BCPL/hello-world-text.bcpl
2023-07-01 13:44:08 -04:00

6 lines
74 B
Text

GET "libhdr"
LET start() = VALOF
{ writef("Hello world!")
RESULTIS 0
}