1
0

4 lines
66 B
Scala

object e extends App {
Stream.continually("e").foreach(print)
}