I wrote this simple testing program:
fun main() { println("Main Start") thread { println("Thread Start") Thread.s