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

7 lines
74 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
GET "libhdr"
LET start() = VALOF
2015-11-18 06:14:39 +00:00
{ writef("Hello world!")
2013-04-10 21:29:02 -07:00
RESULTIS 0
}