diff options
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ func game(numPlayers, faces int) { fmt.Printf("Player %d threw a %d\n", id, outcome) if outcome == winningNumber { + fmt.Printf("Player %d threw the winning number! Their score is %d\n", id, score) scores <- Score{id: id, score: score} return } |
