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

Mukundan314
Mukundan314
This suggestion will automatically be accepted if it gets enough 👍
accepted

Suggestion to edit description

Output
Expected
Explain in detail how to solve your challenge. Good challenge descriptions include examples and links to relevent resources. Markdown is supported changing a private challenge
Mukundan314
Mukundan314
This suggestion will automatically be accepted if it gets enough 👍
active

Suggestion to edit description

Output
Expected
changing a private challenge changing a private challenge again