RosettaCodeData/Task/Hello-world-Standard-error/FreeBASIC/hello-world-standard-error.basic

7 lines
76 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
' FB 1.05.0 Win64
Open Err As #1
Print #1, "Goodbye World!"
Close #1
Sleep