blob: 05113ad5380e07666f38faf86d7e9b3e37a892ad [file] [log] [blame]
val a = "a".repeat(100)
a
val b = "0123456789\n".repeat(10)
b
println("0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789")