Open ktkk opened 6 months ago
Executing Kotlin code seemingly doesn't work. I get the following error message: Error: Unable to access jarfile code.jar.
Error: Unable to access jarfile code.jar
The command I used is
./run kotlin ```kotlin fun main() { println("Hello, world!") } ```
Executing Kotlin code seemingly doesn't work. I get the following error message:
Error: Unable to access jarfile code.jar
.The command I used is