fun example(){
val name = "example"
println("my name is ${name} I'm 30")
}
참조 : 유투브 강의 Code with Joyce
fun example(){
val name = "example"
println("my name is ${name} I'm 30")
}
참조 : 유투브 강의 Code with Joyce
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)