Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gihyeon6394/hello-kotlin

hello-kotlin (공식 홈페이지 예제)
https://github.com/gihyeon6394/hello-kotlin

Last synced: 6 days ago
JSON representation

hello-kotlin (공식 홈페이지 예제)

Awesome Lists containing this project

README

        

# Hello kotlin

## reference

- https://kotlinlang.org/docs/kotlin-tour-hello-world.html

## contents

### Take Kotlin Tour

1. Hello world
2. Basic types
3. Collections
4. Control flow
5. Functions
6. Classes
7. Null safety

### Official libraries

- [Coroutines (kotlinx.coroutines)](Couroutines.md)

### view code

[you can view code here](src/main/kotlin)