Files
markgerrard e9354a7920 first commit
2026-03-17 20:44:57 +00: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"
}