RosettaCodeData/Task/Hostname/Objeck/hostname.objeck
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

9 lines
142 B
Text

use Net;
bundle Default {
class Hello {
function : Main(args : String[]) ~ Nil {
TCPSocket->HostName()->PrintLine();
}
}
}