Android/Kotlin

반복문 repeat

등촌동 꼬북이 2022. 7. 15. 16:08
fun main(){
	repeat(23){
		print("WOW")    
    }
}
저작자표시 (새창열림)