3 lines
79 B
Scala
3 lines
79 B
Scala
|
|
scala.io.Source.fromFile("input.txt").getLines().foreach {
|
||
|
|
line => ... }
|