兄弟没毛

35 阅读1分钟
object B03 {
  def greet():Unit={
    println(s"hahahaa~~~")
  }

  def main(args:Array[String]):Unit={

    greet
  }
}