Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`