1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-05 14:40:23 +00:00
QB64-PE/tests/compile_tests/name with spaces/test.bas
2022-05-24 00:00:37 -04:00

5 lines
45 B
QBasic

$CONSOLE:ONLY
Print "Hello, World!";
SYSTEM