Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 440 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 440 Bytes

demo-kotlin-why-how-when-why

Demonstrates in a few commits major benefits of the Kotlin programming language

How to use this repository?

Check out the first commit - learn step by step, which cool features the language brings.

Usually every commit follows the following setup:

  • It has it's own package
  • It has it's own tests

As it was written for a talk by itsmortoncornelius it is not always self-explanatory... unfortunately...