Android/Kotlin
반복문 repeat
등촌동 꼬북이
2022. 7. 15. 16:08
fun main(){
repeat(23){
print("WOW")
}
}
fun main(){
repeat(23){
print("WOW")
}
}