Added PowerBasic for Windows (/p/pbwin.bas)

This commit is contained in:
Cory Marshall 2011-08-26 17:25:50 -04:00
parent 946b45c566
commit 06c14fea15

8
p/pbwin.bas Normal file
View File

@ -0,0 +1,8 @@
#COMPILE EXE
#DIM ALL
FUNCTION PBMAIN () AS LONG
MSGBOX "Hello World"
END FUNCTION