Initial commit
This commit is contained in:
32
bash/raindrops/.exercism/config.json
Normal file
32
bash/raindrops/.exercism/config.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"authors": [
|
||||
"kenden"
|
||||
],
|
||||
"contributors": [
|
||||
"bkhl",
|
||||
"budmc29",
|
||||
"glennj",
|
||||
"guygastineau",
|
||||
"IsaacG",
|
||||
"kotp",
|
||||
"kytrinyx",
|
||||
"platinumthinker",
|
||||
"sjwarner-bp",
|
||||
"Smarticles101",
|
||||
"ZapAnton"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"raindrops.sh"
|
||||
],
|
||||
"test": [
|
||||
"raindrops.bats"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.sh"
|
||||
]
|
||||
},
|
||||
"blurb": "Convert a number to a string, the content of which depends on the number's factors.",
|
||||
"source": "A variation on FizzBuzz, a famous technical interview question that is intended to weed out potential candidates. That question is itself derived from Fizz Buzz, a popular children's game for teaching division.",
|
||||
"source_url": "https://en.wikipedia.org/wiki/Fizz_buzz"
|
||||
}
|
||||
1
bash/raindrops/.exercism/metadata.json
Normal file
1
bash/raindrops/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"bash","exercise":"raindrops","id":"130f5562fdc54330ac5a1f40c48b495d","url":"https://exercism.org/tracks/bash/exercises/raindrops","handle":"Kimawari","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user