first commit
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":"c952115184c243c0b6c9eb686c8f186f","url":"https://exercism.org/tracks/gleam/exercises/guessing-game","handle":"limpit","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user