6 lines
79 B
D
6 lines
79 B
D
|
|
import std.stdio, std.socket;
|
||
|
|
|
||
|
|
void main() {
|
||
|
|
writeln(Socket.hostName());
|
||
|
|
}
|