Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 208 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 208 Bytes

Image for running Kotlin snippets embedded in markdown files of tech.io playgrounds using the following syntax:

```kotlin runnable
fun main(args: Array<String>) {
    println("Hello, World!")
}
```