This commit is contained in:
Alexander Heldt
2025-11-08 14:31:07 +01:00
parent 05a0ab003b
commit 74e8c6d6dc
10 changed files with 360 additions and 0 deletions

24
go/.exercism/config.json Normal file
View File

@@ -0,0 +1,24 @@
{
"authors": [
"lpil"
],
"files": {
"solution": [
"src/go.gleam"
],
"test": [
"test/go_test.gleam"
],
"exemplar": [
".meta/example.gleam"
],
"invalidator": [
"gleam.toml",
"manifest.toml"
]
},
"forked_from": [
"elm/go"
],
"blurb": "Learn usage of Result by applying the rules of the game of Go"
}

View File

@@ -0,0 +1 @@
{"track":"gleam","exercise":"go","id":"5f92ded7f0d94054b5eb825d783c3245","url":"https://exercism.org/tracks/gleam/exercises/go","handle":"fw353qwgs","is_requester":true,"auto_approve":false}