Skip to content

Commit

Permalink
Pig latin
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska committed Jan 31, 2021
1 parent 99171f2 commit 20457d6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,15 @@
"slug": "pig-latin",
"name": "Pig Latin",
"uuid": "3aa45a2b-d3bc-4763-b11d-5d41a1cf505c",
"prerequisites": [],
"prerequisites": [
"strings",
"regular-expressions",
"enum",
"recursion",
"cond",
"if",
"case"
],
"difficulty": 2,
"topics": [
"pattern_matching",
Expand Down

0 comments on commit 20457d6

Please sign in to comment.