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

this is a private challenge

no

Judge

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

Example Code

5