Merge pull request #54 from mback2k/master

Added PureBasic programming language
This commit is contained in:
Mike Donaghy
2014-08-17 22:48:06 -04:00

3
p/purebasic.pb Normal file
View File

@@ -0,0 +1,3 @@
If OpenConsole()
PrintN("Hello World")
EndIf