Created
January 25, 2018 23:18
-
-
Save umarov/2bf29ded4f455ad9636c82dcddc3b18c to your computer and use it in GitHub Desktop.
How to get started with Kotlin Native and Web Assembly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fun main(args: Array<String>) { | |
println("Hello Kotlin/Native!") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment