5 lines
61 B
Kotlin
5 lines
61 B
Kotlin
package nl.astraeus
|
|
|
|
fun main() {
|
|
println("Hello World!")
|
|
} |