first commit

This commit is contained in:
markgerrard
2026-03-17 20:44:57 +00:00
commit e9354a7920
49 changed files with 1529 additions and 0 deletions

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

View 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}