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