Skip to content

Commit

Permalink
Update Instruction and Config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
eNascimento178 committed Apr 11, 2024
1 parent a89e1c4 commit f70d1fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"uuid": "266be147-836e-42c7-91d0-6c577037c2ff",
"practices": [],
"prerequisites": [],
"difficulty": 2
"difficulty": 2,
"status": "wip"
},
{
"slug": "rna-transcription",
Expand Down Expand Up @@ -112,7 +113,8 @@
"uuid": "33b094c3-52e5-443b-b56d-63dadb74cb79",
"practices": [],
"prerequisites": [],
"difficulty": 3
"difficulty": 3,
"status": "wip"
},
{
"slug": "spiral-matrix",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

# Notes

For this exercise your defined verb will take:
* As the left argument `x`: A list (a 1-dimension array) of integers representing the magical items collected.
* As the right argument `y`: A number representing the level that was completed.

0 comments on commit f70d1fc

Please sign in to comment.