Wizard: add kotlin native console application template

This commit is contained in:
Ilya Kirillov
2020-01-15 16:11:28 +03:00
parent 9e96cd4507
commit 479f6a4402
12 changed files with 97 additions and 33 deletions
@@ -0,0 +1,3 @@
fun main() {
println("Hello, Kotlin/Native!")
}