Skip to content

Instantly share code, notes, and snippets.

@CanerPatir
Last active September 16, 2019 13:23
Show Gist options
  • Select an option

  • Save CanerPatir/7c872e019bd016af604f6b52fa50c645 to your computer and use it in GitHub Desktop.

Select an option

Save CanerPatir/7c872e019bd016af604f6b52fa50c645 to your computer and use it in GitHub Desktop.
fun main() = runBlocking {
GlobalScope.launch {
delay(1000L)
print("World!")
}
print("Hello")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment