Initial commit

This commit is contained in:
2023-12-17 00:26:14 -05:00
commit 59d97be20c
89 changed files with 3184 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"authors": [
"neenjaw"
],
"contributors": [
"Cohen-Carlisle"
],
"files": {
"solution": [
"lib/rules.ex"
],
"test": [
"test/rules_test.exs"
],
"exemplar": [
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"blurb": "Learn about booleans by implementing the rules of the Pac-Man game."
}

View File

@@ -0,0 +1 @@
{"track":"elixir","exercise":"pacman-rules","id":"cbbe0dc834ef4a5ebbb5c7cb5c59c76d","url":"https://exercism.org/tracks/elixir/exercises/pacman-rules","handle":"negrienko","is_requester":true,"auto_approve":false}