Main.kt 61 B

1234
  1. fun main() {
  2. println("Greeting program")
  3. greeting()
  4. }