Kotlin provides print() and println() functions for printing something on ... fun main(args: Array<String>){ val num = 10 print("Hello") ...
確定! 回上一頁