6 lines
56 B
Kotlin
6 lines
56 B
Kotlin
fun main() {
|
|
while (true) {
|
|
print("e")
|
|
}
|
|
}
|