RosettaCodeData/Task/Hello-world-Text/BCPL/hello-world-text.bcpl
2015-11-18 06:14:39 +00:00

6 lines
74 B
Text

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