Initial upload
This commit is contained in:
24
elixir/guessing-game/.exercism/config.json
Normal file
24
elixir/guessing-game/.exercism/config.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"authors": [
|
||||
"neenjaw"
|
||||
],
|
||||
"contributors": [
|
||||
"angelikatyborska"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"lib/guessing_game.ex"
|
||||
],
|
||||
"test": [
|
||||
"test/guessing_game_test.exs"
|
||||
],
|
||||
"exemplar": [
|
||||
".meta/exemplar.ex"
|
||||
]
|
||||
},
|
||||
"language_versions": ">=1.10",
|
||||
"forked_from": [
|
||||
"fsharp/guessing-game"
|
||||
],
|
||||
"blurb": "Learn about multiple clause functions, guards, and default arguments by implementing a simple game in which the player needs to guess a secret number."
|
||||
}
|
1
elixir/guessing-game/.exercism/metadata.json
Normal file
1
elixir/guessing-game/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"guessing-game","id":"f70876e9539441d6b6ec0053b3682657","url":"https://exercism.org/tracks/elixir/exercises/guessing-game","handle":"halfdan","is_requester":true,"auto_approve":false}
|
Reference in New Issue
Block a user