This commit is contained in:
Михаил Капелько
2024-03-28 22:09:46 +03:00
parent 9127286601
commit 1b3a345818
2 changed files with 6 additions and 0 deletions

1
gen-Kotlin Executable file
View File

@@ -0,0 +1 @@
kotlinc-native -o test_memory_Kotlin main.kt

5
main.kt Normal file
View File

@@ -0,0 +1,5 @@
package my.program
fun main(args: Array<String>) {
println("Hello, World from Kotlin")
}