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