본문 바로가기
Android/Kotlin

반복문 repeat

by 등촌동 꼬북이 2022. 7. 15.
fun main(){
	repeat(23){
		print("WOW")    
    }
}

댓글