25 lines
381 B
JSON
25 lines
381 B
JSON
{
|
|
"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"
|
|
}
|