Newer
Older
sample01 / hello.kt
yhornisse on 15 Feb 2020 63 bytes Add sample files
fun main(args: Array<String>) {
    println("Hello, World!")
}