Created
November 27, 2020 13:04
-
-
Save heygema/4c1f6f793067e6673f35a1f1572991ea to your computer and use it in GitHub Desktop.
kotlin-run
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
#!/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