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