Added PureBasic programming language

This commit is contained in:
Marc Hoersken
2012-04-29 17:08:22 +02:00
parent 38f6567c5c
commit 013c62b192

3
p/purebasic.pb Normal file
View File

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