diff --git a/p/purebasic.pb b/p/purebasic.pb new file mode 100644 index 00000000..0458c954 --- /dev/null +++ b/p/purebasic.pb @@ -0,0 +1,3 @@ +If OpenConsole() + PrintN("Hello World") +EndIf