GREEN: score() returns hardcoded 0
This commit is contained in:
parent
1f31a68df5
commit
9a22a3e5fe
1 changed files with 4 additions and 6 deletions
|
|
@ -1,9 +1,7 @@
|
||||||
class BowlingGame {
|
class BowlingGame {
|
||||||
void roll(int pins) {
|
void roll(int pins) {}
|
||||||
throw UnimplementedError();
|
|
||||||
}
|
|
||||||
|
|
||||||
int score() {
|
int score() {
|
||||||
throw UnimplementedError();
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue