Solution to darts in Bash
This commit is contained in:
22
bash/darts/.exercism/config.json
Normal file
22
bash/darts/.exercism/config.json
Normal 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"
|
||||
}
|
||||
1
bash/darts/.exercism/metadata.json
Normal file
1
bash/darts/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"bash","exercise":"darts","id":"83aa4ddf89f342908c0014fb73a1a3f4","url":"https://exercism.org/tracks/bash/exercises/darts","handle":"Kimawari","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user