Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

kotlin tutorials

https://kotlinlang.org/docs/tutorials/command-line.html

Install kotlin compiler

$ sudo snap install --classic kotlin

Run

$ vim hello.kt

fun main(args: Array<String>) {
        println("Hello, World!")
}

$ kotlinc hello.kt -include-runtime -d hello.jar 
$ java -jar hello.jar
Hello, World!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages