// version 1.1.4 import java.net.InetAddress fun main(args: Array) { println(InetAddress.getLocalHost().hostName) }