RosettaCodeData/Task/Hello-world-Standard-error/Fantom/hello-world-standard-error....

8 lines
98 B
Plaintext

class Main
{
public static Void main ()
{
Env.cur.err.printLine ("Goodbye, World!")
}
}