https://github.com/andyatkinson/kotlin-playground
Kotlin hello world. For Learning Kotlin.
https://github.com/andyatkinson/kotlin-playground
kotlin
Last synced: 8 months ago
JSON representation
Kotlin hello world. For Learning Kotlin.
- Host: GitHub
- URL: https://github.com/andyatkinson/kotlin-playground
- Owner: andyatkinson
- Created: 2018-02-27T05:02:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T05:02:19.000Z (over 8 years ago)
- Last Synced: 2025-10-19T00:52:49.363Z (9 months ago)
- Topics: kotlin
- Language: Kotlin
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Running
```
kotlinc hello.kt -include-runtime -d hello.jar
```
## REPL
Run `kotlinc` without args, to launch REPL.
## Scripts
Kotlin sources files (`.kts`)
Run it: `kotlinc -script list_folders.kts`