Skip to content

Commit 052637d

Browse files
committed
feat/ remove comment
1 parent 882d418 commit 052637d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

13_factorial/solution/factorial-solution.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ const factorial = function(n) {
44
return n * factorial(n - 1);
55
};
66

7-
// Do not edit below this line
87
module.exports = factorial;

0 commit comments

Comments
 (0)