RosettaCodeData/Task/Hello-world-Text/BCPL/hello-world-text.bcpl

7 lines
74 B
Plaintext

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