actually even that `runAsync` is pointless, you mi...
# coroutines
b
actually even that
runAsync
is pointless, you might as well just
fun main(args: Array<String>) = print("Hello")
👍 2