What’s a clean and short Kotlin way to pipe from a...
# announcements
r
What’s a clean and short Kotlin way to pipe from a BufferedReader into a BufferedWriter?
k
read.copyTo(write)