Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gihyeon6394/hello-kotlin
hello-kotlin (공식 홈페이지 예제)
https://github.com/gihyeon6394/hello-kotlin
Last synced: 6 days ago
JSON representation
hello-kotlin (공식 홈페이지 예제)
- Host: GitHub
- URL: https://github.com/gihyeon6394/hello-kotlin
- Owner: gihyeon6394
- Created: 2024-01-12T13:45:18.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-23T04:14:14.000Z (6 months ago)
- Last Synced: 2024-05-23T04:54:14.586Z (6 months ago)
- Language: Kotlin
- Size: 1.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)