Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
steelpipe75 committed Apr 27, 2024
1 parent 1a13d1f commit 479c237
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions javascript_bun/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# bowling_game_kata : javascript_bun

JavaScript(bun) で ボーリングのスコア計算

## 実行方法

```
cd .\bowling_game\
bun run . ..\..\testdata\all_ones.txt
```

## テスト実行

```
cd .\bowling_game\
bun test
```

0 comments on commit 479c237

Please sign in to comment.