Open
Description
kotlinx-io was recently added to Kotlin Playground.
Some samples could not be executed there directly due to missing imports.
Others, when executed, prints nothing (as they only have asserts). Perhaps, we should follow a path taken by Kotlin Stdlib and replace asserts with print statements in rendered samples.