Merge pull request #22 from CoryM/master

Request to add PowerBasic for Windows
This commit is contained in:
Mike Donaghy
2014-08-17 22:55:11 -04:00

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