mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-22 06:20:54 +07:00
8 lines
231 B
Kotlin
8 lines
231 B
Kotlin
// REPL_MODE: ~REPL_MODE~
|
|
|
|
val a = "a".repeat(100)
|
|
a
|
|
val b = "0123456789\n".repeat(10)
|
|
b
|
|
println("0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789")
|