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