5 lines
123 B
Text
5 lines
123 B
Text
/* NetRexx */
|
|
|
|
options replace format comments java crossref savelog symbols binary
|
|
|
|
System.err.println("Goodbye, World!")
|