Skip to content

Instantly share code, notes, and snippets.

@rc-chuah
Created January 5, 2023 07:45
Show Gist options
  • Save rc-chuah/6b7d2c3c2e65dda95ffbfacdcaab1edb to your computer and use it in GitHub Desktop.
Save rc-chuah/6b7d2c3c2e65dda95ffbfacdcaab1edb to your computer and use it in GitHub Desktop.
Hello World Console In PureBasic
OpenConsole()
ConsoleTitle("Hello World Program")
PrintN("Hello, World!")
Print("Press Enter To Continue ... ")
Input()
CloseConsole()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment