7 lines
98 B
Text
7 lines
98 B
Text
class Main
|
|
{
|
|
public static Void main ()
|
|
{
|
|
Env.cur.err.printLine ("Goodbye, World!")
|
|
}
|
|
}
|