1
0

6 lines
56 B
Kotlin

fun main() {
while (true) {
print("e")
}
}