Untested Kotlin

This commit is contained in:
ilsix 2024-04-04 20:24:15 +02:00
parent f594379a8c
commit 294bf271a0

3
kotlin/helloworld.kt Normal file
View File

@ -0,0 +1,3 @@
fun main(args : Array<String>) {
println("Hello World!")
}