add clarifiying comment about not removing code

This commit is contained in:
Briggs Elsperger
2021-09-11 16:18:19 -06:00
parent 0c5601ebd4
commit 74ab0b7cc6
14 changed files with 15 additions and 1 deletions
+2 -1
View File
@@ -2,4 +2,5 @@ function pigLatin(string) {
};
module.exports = pigLatin;
// Do not edit below this line
module.exports = pigLatin;