You can use println() and print() functions to send output to the standard output (screen). Let's take an example: fun main(args : Array<String>) { ...
確定! 回上一頁