1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-06 22:10:24 +00:00
QB64-PE/tests/dist/console.bas

6 lines
62 B
QBasic
Raw Normal View History

2022-04-27 05:11:02 +00:00
$CONSOLE:ONLY
_CONSOLE ON
Print "This is a Dist test"
SYSTEM