mirror of
https://github.com/bootdotdev/fcc-learn-golang-assets.git
synced 2025-12-14 09:11:16 +00:00
8 lines
260 B
Markdown
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.
|