object Test extends Application { println(Stream.from(1).take(5).mkString) }