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

7 lines
76 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
' FB 1.05.0 Win64
Open Err As #1
Print #1, "Goodbye World!"
Close #1
Sleep