Solution to darts in Bash

This commit is contained in:
2023-06-18 18:09:09 +02:00
parent ffb3f4804b
commit 0b66c3cdf7
7 changed files with 965 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"authors": [
"glennj"
],
"contributors": [
"guygastineau",
"IsaacG"
],
"files": {
"solution": [
"darts.sh"
],
"test": [
"darts.bats"
],
"example": [
".meta/example.sh"
]
},
"blurb": "Write a function that returns the earned points in a single toss of a Darts game.",
"source": "Inspired by an exercise created by a professor Della Paolera in Argentina"
}