运行结果尺寸: 625 x 591
 
fun main() {
  println(10 > 9) // Returns true, because 10 is greater than 9
}
true