This website works better with JavaScript.
Home
Explore
Help
Sign In
kornerr
/
research-portable-memory
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
d
main
Михаил Капелько
8 months ago
parent
9127286601
commit
1b3a345818
2 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
gen-Kotlin
+5
-0
main.kt
+ 1
- 0
gen-Kotlin
View File
@@ -0,0 +1 @@
kotlinc-native -o test_memory_Kotlin main.kt
+ 5
- 0
main.kt
View File
@@ -0,0 +1,5 @@
package my.program
fun main(args: Array<String>) {
println("Hello, World from Kotlin")
}
Write
Preview
Loading…
Cancel
Save