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