slackbuilds/development/obcpl/examples/hello.b

7 lines
61 B
Brainfuck

GET "LIBHDR"
LET START() BE
$(
WRITES("Hello World*N")
$)