fun main() {
  println("I will be printed first.")
  println("I will be printed second.")
  println("I will be printed third.")
}
Comments