Skip to content

albihasani94/kotlin-in-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Kotlin in Action

Witness the horror of me writing everything I know about kotlin into a single source file.

Make the target directory

mkdir target

Compile the classes

kotlinc src/App.kt -include-runtime -d target/App.jar

Run the app

java -jar target/App.jar

About

Learn some kotlin dummy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages