Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 360 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 360 Bytes

bowling_game_kata : rust

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

ビルド方法

cd .\bowling_game
cargo build

ビルドして実行

cd .\bowling_game
cargo run
cd .\bowling_game
cargo run ..\..\testdata\all_ones.txt

テスト実行

cd .\bowling_game
cargo test