test
This commit is contained in:
parent
b77204cbce
commit
3b6ee13cba
|
|
@ -21,7 +21,7 @@ var reverse = function (x) {
|
|||
}
|
||||
x = Math.trunc(x / 10);
|
||||
}
|
||||
return ret;
|
||||
return ret;
|
||||
};
|
||||
// @lc code=end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue