Ian Brown @igb
Current status:

object HelloWorld {
def main(args: Array[String]): Unit = {
println("Hello, world!")
}
}
View on Twitter ↗
0 4