4 lines
62 B
Text
4 lines
62 B
Text
|
|
fun main(args: Array<String>) {
|
||
|
|
println("ha".repeat(5))
|
||
|
|
}
|