Hello.kt 79B

123456
  1. package hello
  2. fun main(args : Array<String>) {
  3. println("Hello, world!")
  4. }