Skip to content

Commit

Permalink
added hints.md
Browse files Browse the repository at this point in the history
  • Loading branch information
colinleach committed Sep 20, 2024
1 parent 23ae5cb commit 0e6d56d
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions exercises/concept/annalyns-infiltration/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
{
"blurb": "Learn about boolean expressions by implementing the quest logic for a new RPG.",
"language_versions": "≥1.0",
"authors": [
"SaschaMann",
"colinleach"
],
"contributors": [
"cmcaine",
"BNAndras"
],
"files": {
"exemplar": [
".meta/exemplar.jl"
"solution": [
"annalyns-infiltration.jl"
],
"test": [
"runtests.jl"
],
"solution": [
"annalyns-infiltration.jl"
"exemplar": [
".meta/exemplar.jl"
]
},
"authors": [
"SaschaMann"
],
"contributors": [
"cmcaine",
"colinleach"
"language_versions": "≥1.0",
"forked_from": [
"javascript/annalyns-infiltration"
],
"forked_from": ["javascript/annalyns-infiltration"]
"blurb": "Learn about boolean expressions by implementing the quest logic for a new RPG."
}

0 comments on commit 0e6d56d

Please sign in to comment.