6 lines
84 B
Kotlin
6 lines
84 B
Kotlin
package Hello
|
|
|
|
fun main(args : Array<String>) {
|
|
System.out?.println("Hello!")
|
|
}
|