1
0

6 lines
56 B
Kotlin
Raw Permalink Normal View History

2019-06-15 15:31:01 -06:00
fun main() {
while (true) {
print("e")
}
}