25 lines
513 B
JSON
25 lines
513 B
JSON
{
|
|
"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."
|
|
}
|