Create e.kt

This commit is contained in:
Ben Barth 2018-12-08 01:14:03 -05:00 committed by GitHub
parent 12babb8b6f
commit 66d476512f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
e.kt Normal file
View File

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