|
@@ -27,7 +27,7 @@ var reverseBits = function (n) {
|
|
}
|
|
}
|
|
|
|
|
|
function __main__() {
|
|
function __main__() {
|
|
- /*eslint no-console: ["error", { allow: ["log"] }] */
|
|
|
|
|
|
+ /*eslint no-console: ["error", { allow: ["log"] }] */
|
|
console.log(reverseBits(4294967295))
|
|
console.log(reverseBits(4294967295))
|
|
console.log(reverseBits(43261596))
|
|
console.log(reverseBits(43261596))
|
|
console.log(reverseBits(1))
|
|
console.log(reverseBits(1))
|
|
@@ -36,4 +36,4 @@ function __main__() {
|
|
console.log(reverseBitsOld(1))
|
|
console.log(reverseBitsOld(1))
|
|
}
|
|
}
|
|
|
|
|
|
-__main__()
|
|
|
|
|
|
+__main__()
|