/kotlin-study

study kotlin

Primary LanguageKotlin

Studying Kotlin

Install kotlin CLI compiler

# On OS X
brew update
brew install kotlin

Reference

How to run code

kotlinc -script <your-code-path>

License

MIT License