Skip to content

Instantly share code, notes, and snippets.

@heygema
Created November 27, 2020 13:04
Show Gist options
  • Save heygema/4c1f6f793067e6673f35a1f1572991ea to your computer and use it in GitHub Desktop.
Save heygema/4c1f6f793067e6673f35a1f1572991ea to your computer and use it in GitHub Desktop.
kotlin-run
#!/bin/sh
kotlinc main.kt -include-runtime -d main.jar
java -jar main.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment