RosettaCodeData/Task/Hello-world-Standard-error/NetRexx/hello-world-standard-error.netrexx
2023-07-01 13:44:08 -04:00

5 lines
123 B
Text

/* NetRexx */
options replace format comments java crossref savelog symbols binary
System.err.println("Goodbye, World!")