Skip to content

Instantly share code, notes, and snippets.

@kilip
Created October 11, 2012 16:12
Show Gist options
  • Save kilip/3873514 to your computer and use it in GitHub Desktop.
Save kilip/3873514 to your computer and use it in GitHub Desktop.
BCPL Hello World
GET "LIBHDR"
LET START() BE
$(
WRITES("Hello world*N")
$)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment