7 lines
130 B
Text
7 lines
130 B
Text
// version 1.1.4
|
|
|
|
import java.net.InetAddress
|
|
|
|
fun main(args: Array<String>) {
|
|
println(InetAddress.getLocalHost().hostName)
|
|
}
|