pacman-rules

This commit is contained in:
Alexander Heldt
2025-10-30 19:47:49 +01:00
parent 70cfb196b8
commit 3c64c873ef
10 changed files with 298 additions and 0 deletions

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

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