6 lines
128 B
Text
6 lines
128 B
Text
class HelloWorld
|
|
**Prints "Goodbye, World!" to standard error**
|
|
|
|
on start
|
|
|
|
print to Console.error made !, "Goodbye, World!"
|