bowling problem statement does not match code stub
Ouverte
- Langage dominant
- Haskell
- Étoiles
- 529
- Forks
- 201
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
**Requirements**
> Write code to keep track of the score of a game of bowling. It should support two operations:
>
> roll(pins : int) is called each time the player rolls a ball. The argument is the number of pins knocked down.
> score() : int is called only at the very end of the game. It returns the total score for that game.
But in reality:
```
score :: [Int] -> Either BowlingError Int
```
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.