diff --git a/config.json b/config.json index b9b0dd7..5296ecc 100644 --- a/config.json +++ b/config.json @@ -56,7 +56,8 @@ "uuid": "266be147-836e-42c7-91d0-6c577037c2ff", "practices": [], "prerequisites": [], - "difficulty": 2 + "difficulty": 2, + "status": "wip" }, { "slug": "rna-transcription", @@ -112,7 +113,8 @@ "uuid": "33b094c3-52e5-443b-b56d-63dadb74cb79", "practices": [], "prerequisites": [], - "difficulty": 3 + "difficulty": 3, + "status": "wip" }, { "slug": "spiral-matrix", diff --git a/exercises/practice/sum-of-multiples/.docs/instructions.append.md b/exercises/practice/sum-of-multiples/.docs/instructions.append.md new file mode 100644 index 0000000..544410f --- /dev/null +++ b/exercises/practice/sum-of-multiples/.docs/instructions.append.md @@ -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.