Files
bootdotdev-fcc-learn-golang…/course/13-channels/challenges/1-channels_practice/readme.md
wagslane 9be3074de6 first
2023-05-01 15:25:27 -06:00

8 lines
260 B
Markdown

# 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.