private test
Description
changing a private challenge
Judge
(async function*(context: Context): Challenge { console.error("testing"); // Single Test yield (await context.run(undefined)).assertEquals('Hello World!'); return context.noFailures(); })
Example Code
console.log("Hello World!")
Comments
active
Suggestion to edit description
Output
Expected
changing a private challenge
changing a private challenge again
Suggestion to edit description