guessing-game
This commit is contained in:
24
guessing-game/.exercism/config.json
Normal file
24
guessing-game/.exercism/config.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"authors": [
|
||||
"lpil"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"src/guessing_game.gleam"
|
||||
],
|
||||
"test": [
|
||||
"test/guessing_game_test.gleam"
|
||||
],
|
||||
"exemplar": [
|
||||
".meta/example.gleam"
|
||||
],
|
||||
"invalidator": [
|
||||
"gleam.toml",
|
||||
"manifest.toml"
|
||||
]
|
||||
},
|
||||
"forked_from": [
|
||||
"fsharp/guessing-game"
|
||||
],
|
||||
"blurb": "Learn about case expressions by implementing a simple game in which the player needs to guess a secret number"
|
||||
}
|
||||
1
guessing-game/.exercism/metadata.json
Normal file
1
guessing-game/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"gleam","exercise":"guessing-game","id":"b9bfee8ac59540e181cca949a9681fb2","url":"https://exercism.org/tracks/gleam/exercises/guessing-game","handle":"fw353qwgs","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user