RosettaCodeData/Task/Hello-world-Standard-error/NetRexx/hello-world-standard-error.netrexx

6 lines
123 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
/* NetRexx */
options replace format comments java crossref savelog symbols binary
System.err.println("Goodbye, World!")