has decompiled: ``` import kotlinx.coroutines.expe...
# getting-started
b
has decompiled:
Copy code
import kotlinx.coroutines.experimental.*

fun main(args: Array<String>): Unit {
    runBlocking {
        delay(1000)
        println("hello world")
    }
}
got this lol: