Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 253 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 253 Bytes

bowling_game_kata : ruby

Ruby で ボーリングのスコア計算

実行方法

cd .\bowling_game\
ruby main.rb ..\..\testdata\all_ones.txt

テスト実行

cd .\bowling_game\
ruby bowling_game_test.rb