Skip to content

Commit 183c08e

Browse files
authored
move to correct folder
1 parent 9e120cd commit 183c08e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ function primeFactors(n){
1414
return factors;
1515
}
1616

17-
// primeFactors(69); [3, 23]
17+
primeFactors(69);
18+
// -> [3, 23]

0 commit comments

Comments
 (0)