5 lines
125 B
Text
5 lines
125 B
Text
|
|
/* NetRexx */
|
||
|
|
options replace format comments java crossref savelog symbols binary
|
||
|
|
|
||
|
|
say InetAddress.getLocalHost.getHostName
|