Skip to content

Instantly share code, notes, and snippets.

@umarov
Created January 25, 2018 23:18
Show Gist options
  • Save umarov/2bf29ded4f455ad9636c82dcddc3b18c to your computer and use it in GitHub Desktop.
Save umarov/2bf29ded4f455ad9636c82dcddc3b18c to your computer and use it in GitHub Desktop.
How to get started with Kotlin Native and Web Assembly
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