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