Skip to content

Commit 4fb462b

Browse files
committed
day 12
1 parent a5021d8 commit 4fb462b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Leetcode Daily Challenge/February-2021/12. Number of Steps to Reduce a Number to Zero.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ class Solution
4949
ans += numberOfSteps(num - 1);
5050
return ans + 1;
5151
}
52-
};
52+
};

0 commit comments

Comments
 (0)