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;