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

This is another private challenge

I want to see if this increments the challenge ID globally

Judge

(async function*(context: Context): Challenge {
  yield (await context.run(undefined)).assertEquals('');
  //Your code here
  return context.noFailures();
})

Example Code