lenarother / lets-learn-kotlin

Learning Path for Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Let's Learn Kotlin πŸ§‘β€πŸ«

Build Status codecov License Contributor Covenant

In this repository you will solve problems as a way to learn Kotlin. Each problem is backed by a unit test to insure you get to a correct solution. In addition to the unit tests, you will find a potential solution. This repository is split into different levels from basics to advanced topics.

Basics

In this module you will learn how to:

  • Functions and variables
  • Classes and properties - TODO
  • Enums - TODO
  • When - TODO
  • Control flow - TODO
  • Exceptions - TODO

Advent of Code

This module contains the Advent of Code problems, to apply the things you've learned working through the other modules. See Advent of Code for more information.

Inspiration

Let's Learn Kotlin was inspired by RxRiddles. RxRiddles is a great way to learn how RxJava πŸ§‘β€πŸ«

About

Learning Path for Kotlin

License:MIT License


Languages

Language:Kotlin 98.9%Language:Makefile 1.1%