summaryrefslogtreecommitdiff
path: root/xmake/templates/kotlin/console/project/src/main.kt
blob: 543f5ac8f6bdb204329759a96fbbb9edc6e07683 (plain)
1
2
3
fun main() {
    println("hello xmake!")
}