Answers for "how to run a kotlin file on linux terminal"

1

run kotlin in terminal

kotlinc hello.kt -include-runtime -d hello.jar
Posted by: Guest on October-13-2021

Code answers related to "how to run a kotlin file on linux terminal"

Browse Popular Code Answers by Language