Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andyatkinson/kotlin-playground
Kotlin hello world. For Learning Kotlin.
https://github.com/andyatkinson/kotlin-playground
kotlin
Last synced: 13 days 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 6 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T05:02:19.000Z (over 6 years ago)
- Last Synced: 2024-10-10T03:41:30.004Z (about 1 month ago)
- Topics: kotlin
- Language: Kotlin
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- 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`