Some solutions for the julia path
This commit is contained in:
23
julia/raindrops/.exercism/config.json
Normal file
23
julia/raindrops/.exercism/config.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"authors": [
|
||||
"andrej-makarov-skrt"
|
||||
],
|
||||
"contributors": [
|
||||
"cmcaine",
|
||||
"SaschaMann"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"raindrops.jl"
|
||||
],
|
||||
"test": [
|
||||
"runtests.jl"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.jl"
|
||||
]
|
||||
},
|
||||
"blurb": "Convert a number into its corresponding raindrop sounds - Pling, Plang and Plong.",
|
||||
"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
julia/raindrops/.exercism/metadata.json
Normal file
1
julia/raindrops/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"julia","exercise":"raindrops","id":"db442d635d8643bf9d7f0fa48936e303","url":"https://exercism.org/tracks/julia/exercises/raindrops","handle":"Kimawari","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user