Andrzej Ressel 2018-12-10 21:16:04 +01:00 committed by GitHub
parent 0f3dc26291
commit 3f60e1ec05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
e.kt
View File

@ -1,4 +1,4 @@
fun main(args: Array<String>) { fun main() {
while (true) { while (true) {
print("e") print("e")
} }