hacktoberfest-2018/code/HelloWorld.kt

1 line
72 B
Kotlin

fun main(args : Array<String>) { println("Hello, Hacktoberfest 2018!") }