1
0

4 lines
66 B
Scala
Raw Permalink Normal View History

2019-06-15 15:31:01 -06:00
object e extends App {
Stream.continually("e").foreach(print)
}