RosettaCodeData/Task/Hello-world-Standard-error/Ra/hello-world-standard-error.ra
2016-12-05 23:44:36 +01:00

6 lines
128 B
Text

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