Skip to content

Instantly share code, notes, and snippets.

@bassaer
Last active November 11, 2018 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bassaer/7d3d461f70e70e26e7d4b47834ad057d to your computer and use it in GitHub Desktop.
Save bassaer/7d3d461f70e70e26e7d4b47834ad057d to your computer and use it in GitHub Desktop.
❯ git clone https://github.com/JetBrains/kotlin-native.git
./gradlew dependencies:update
./gradlew bundle
❯ export PATH=./dist/bin:$PATH
❯ kotlinc hello.kt -o hello -opt
❯ kotlinc hello.kt -o hello -opt
❯ ./hello.kexe
Hello World!
fun main() {
println("Hello World!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment