Files
exercism-workspace/guessing-game/.exercism/config.json
Alexander Heldt d1c8114f07 guessing-game
2025-11-01 13:47:10 +01:00

25 lines
465 B
JSON

{
"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"
}