Byte Heist Home Leaderboard
Join the Heist (with Github)
Solve View

No digits

Print “1234567890” without using any digits in the source code. bold italic

Judge

(async function*(code: Context): AsyncGenerator<TestCase, FinalVerdict, undefined> {
    yield (await code.run()).assertEquals('1234567890').setName('Print 1234567890 to stdout');
    const hasDigits = /\d/.test(code.code);
    yield code.registerTestCase(new TestCase("No digits in source", hasDigits ? "Fail":"Pass", {"Text": `Expected no digits in source code, found "${[...code.code.matchAll(/\d/gu)].join("")}"`}));
    return code.noFailures();
})

Example Code

console.log([+!+[]]+[!+[]+!+[]]+[!+[]+!+[]+!+[]]+[!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]+!+[]+!+[]+!+[]+!+[]]+[+[]])