Challenge: Testing Kotlin Coroutines
Solve a challenge on how to test coroutines.
Problem
Write a program to start two coroutines. We need to keep the following points in mind:
- When we start the first coroutine, no operation will be invoked.
- When we start the