3 lines
100 B
Scala
3 lines
100 B
Scala
import java.net._
|
|
|
|
InetAddress.getAllByName("www.kame.net").foreach(x => println(x.getHostAddress))
|