-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
23ae5cb
commit 0e6d56d
Showing
1 changed file
with
16 additions
and
13 deletions.
There are no files selected for viewing
29 changes: 16 additions & 13 deletions
29
exercises/concept/annalyns-infiltration/.meta/config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} |