Skip to content

Commit c083161

Browse files
committed
Runtime: 101 ms (Top 63.77%) | Memory: 43.2 MB (Top 91.64%)
1 parent 165c759 commit c083161

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 101 ms (Top 63.77%) | Memory: 43.2 MB (Top 91.64%)
12
var addDigits = function(num) {
23
return 1 + (num - 1) % 9;
3-
};
4+
};

0 commit comments

Comments
 (0)