Oops, remove hello world.

This commit is contained in:
2017-12-11 11:54:43 +01:00
parent 07cc38a493
commit 237e1014ac

View File

@@ -2,8 +2,6 @@ import scala.io.StdIn
object solution {
def main(args: Array[String]) {
println("Hello, world!")
val input = StdIn.readLine()
val dirs = input.trim.split(",")