8000 GitHub - jasondelport/KotlinPlayground
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jasondelport/KotlinPlayground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

KotlinPlayground

Add the following to ~/.bash_profile

export PATH=/usr/local/bin/kotlin:$PATH
function kotlinr() {
  echo Compiling, please wait...
  kotlinc $1 -include-runtime -d out.jar
  java -jar out.jar
}

kotlinr src/hello.kt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0