Hong-Phuc Bui
2025-10-17 0079221776106e3ca91076938e80d37e38eacc29
textbased-programms/binary.js
@@ -5,7 +5,7 @@
import {terminal} from "./dfhi.js";
window.main = function(...argv) {
window.main = (...argv) => {
   let n = BigInt(argv[0]);
   let power = 1n;
   const LIMIT = n / 2n;