RED: test gutter game
This commit is contained in:
parent
131c2d4c48
commit
1f31a68df5
2 changed files with 25 additions and 0 deletions
9
lib/bowling_game.dart
Normal file
9
lib/bowling_game.dart
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
class BowlingGame {
|
||||
void roll(int pins) {
|
||||
throw UnimplementedError();
|
||||
}
|
||||
|
||||
int score() {
|
||||
throw UnimplementedError();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue