Skip to content

Instantly share code, notes, and snippets.

@babedev
Created July 26, 2017 09:50
Show Gist options
  • Save babedev/8b78297de377423f38ac078d18a48cdf to your computer and use it in GitHub Desktop.
Save babedev/8b78297de377423f38ac078d18a48cdf to your computer and use it in GitHub Desktop.
import kotlinx.cinterop.*
import hello.*
fun main(args: Array<String>) {
print(hello()?.toKString())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment