Skip to content

andreterceiro/jankenpo-kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jankenpo-kotlin

Installation

I installed Kotlin using apt on Ubuntu 23:

sudo apt install kotlin -y

Then I compiled a test (tests/manuals/index.kt) using this command:

cd tests/manuals
kotlinc -include-runtime index.kt -d index.jar

Please see that I defined the name of the generated file with the -d clausule.

Then I executed the jar file with this command:

java -jar index.jar

Observations:

  • I tested (viewing) this simple output. It worked;
  • I already had installed the openjdk-18. I also tested with the JDK 11.

Demo

Please see this video.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages