Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumKotlinsuspend functions usageSingle-choice MCQ

How does this program run, given main is itself a suspend function?

suspend fun main() { delay(100) println("done") }