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

6 lines
123 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
/* NetRexx */
options replace format comments java crossref savelog symbols binary
System.err.println("Goodbye, World!")