5 lines
101 B
Text
5 lines
101 B
Text
class Goodbye {
|
|
function : Main(args : String[]) ~ Nil {
|
|
"Goodbye, World!"->ErrorLine();
|
|
}
|
|
}
|