Added BCPL

This commit is contained in:
bcnjr5
2013-05-27 22:28:32 -03:00
parent 5f05a430e7
commit 2268684e6e

6
b/BCPL.bcl Normal file
View File

@@ -0,0 +1,6 @@
GET "LIBHDR"
LET START() BE
$(
WRITES("Hello, world!*N")
$)