0

I am new to Kotlin. Just figuring things out!

Raj
  • 3,637
  • 8
  • 29
  • 52

1 Answers1

1

Just run this on your terminal:

kotlinc filename.kt -include-runtime -d filename.jar && java -jar filename.jar

Raj
  • 3,637
  • 8
  • 29
  • 52