Skip to content

Commit b1d78f9

Browse files
committed
feat(kotlin-native): add
1 parent e024b2c commit b1d78f9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

kotlin-native/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.kexe

kotlin-native/hello.kt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fun main(args: Array<String>) {
2+
println("Hello Kotlin/Native!")
3+
}

0 commit comments

Comments
 (0)