Categorygithub.com/psyhackological/notesgofcc-learn-golang-assetscourse13-channelschallenges1-channels_practice
package
0.0.0-20240419213727-29a7e0648d8c
Repository: https://github.com/psyhackological/notes.git
Documentation: pkg.go.dev
# README
Ping Pong
Many tech companies play ping pong in the office during break time. At Mailio, we play virtual ping pong using channels.
Assignment
Fix the bug in the pingPong
function. It shouldn't return
until the entire game of ping pong is complete.