RosettaCodeData/Task/Hello-world-Standard-error/Ra/hello-world-standard-error.ra
2023-07-01 13:44:08 -04:00

6 lines
128 B
Text

class HelloWorld
**Prints "Goodbye, World!" to standard error**
on start
print to Console.error made !, "Goodbye, World!"