RosettaCodeData/Task/Hello-world-Standard-error/Fantom/hello-world-standard-error.fantom
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

7 lines
98 B
Text

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