bread-and-potions

This commit is contained in:
2024-03-06 21:25:12 -05:00
parent af3b5c40f8
commit eab9b54f20
11 changed files with 459 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"authors": [
"angelikatyborska"
],
"contributors": [
"neenjaw"
],
"files": {
"solution": [
"lib/rpg.ex"
],
"test": [
"test/rpg_test.exs"
],
"exemplar": [
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"blurb": "Learn about protocols by developing your own role-playing video game."
}

View File

@@ -0,0 +1 @@
{"track":"elixir","exercise":"bread-and-potions","id":"67297c81721e4ff98b3b7d962328ddfd","url":"https://exercism.org/tracks/elixir/exercises/bread-and-potions","handle":"negrienko","is_requester":true,"auto_approve":false}