RosettaCodeData/Task/Hello-world-Newline-omission/PureBasic/hello-world-newline-omission.basic
2023-07-01 13:44:08 -04:00

3 lines
81 B
Text

OpenConsole()
Print("Goodbye, World!")
Input() ;wait for enter key to be pressed