Kotlin
[Kotlin] println
혀가 길지 않은 개발자
2020. 8. 24. 23:07
fun main(args: Array<String>){
println("혀가 길지 않은 개발자 James Kim")
}