pacman-rules
This commit is contained in:
24
pacman-rules/.exercism/config.json
Normal file
24
pacman-rules/.exercism/config.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"authors": [
|
||||
"lpil"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"src/pacman_rules.gleam"
|
||||
],
|
||||
"test": [
|
||||
"test/pacman_rules_test.gleam"
|
||||
],
|
||||
"exemplar": [
|
||||
".meta/example.gleam"
|
||||
],
|
||||
"invalidator": [
|
||||
"gleam.toml",
|
||||
"manifest.toml"
|
||||
]
|
||||
},
|
||||
"forked_from": [
|
||||
"elixir/pacman_rules"
|
||||
],
|
||||
"blurb": "Learn about bools by implementing the rules of the Pac-Man game."
|
||||
}
|
||||
1
pacman-rules/.exercism/metadata.json
Normal file
1
pacman-rules/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"gleam","exercise":"pacman-rules","id":"7c358f94ccb149fba1cd23469615a463","url":"https://exercism.org/tracks/gleam/exercises/pacman-rules","handle":"fw353qwgs","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user