Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 493 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 493 Bytes

This is a collection of runnable console applications that highlights the features of Kotlin programming language.

The use of console application enable an easy way to demonstrate features of Kotlin programming language quickly. All the code here compiles under Kotlin Plugin 1.0.0.

I find it useful when I forgot certain Kotlin construct. Instead of looking up on the documentation, I just quickly checked the snippets in Kotlin101.