https://github.com/lancelote/kotlinasfirstcode
Code for "Kotlin as first language" course
https://github.com/lancelote/kotlinasfirstcode
Last synced: about 2 months ago
JSON representation
Code for "Kotlin as first language" course
- Host: GitHub
- URL: https://github.com/lancelote/kotlinasfirstcode
- Owner: lancelote
- Created: 2016-08-20T14:07:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-23T13:56:50.000Z (almost 9 years ago)
- Last Synced: 2025-03-29T00:12:49.261Z (2 months ago)
- Language: Kotlin
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kotlinAsFirst
Code for [Kotlin as first language][1] tutorial
## Table of Content
- [x] [Простые функции](src/lesson1)
- [x] [Ветвления](src/lesson2)
- [ ] [Циклы](src/lesson3)
- [ ] Работа со списками
- [ ] Разбор строк
- [ ] Простые классы
- [ ] Сложные классы на примере матриц
- [ ] Работа с файлами[1]: https://github.com/Kotlin-Polytech/KotlinAsFirst