RosettaCodeData/Task/Hello-world-Standard-error/Ra/hello-world-standard-error.ra

7 lines
128 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
class HelloWorld
**Prints "Goodbye, World!" to standard error**
on start
print to Console.error made !, "Goodbye, World!"