Ellabit icon indicating copy to clipboard operation
Ellabit copied to clipboard

Allow challenges to examine console output for tests

Open kevmoens opened this issue 3 years ago • 1 comments

When creating a challenge I would like the ability to capture output. This would allow challenges to be created so we can tell if a loop was used.

'''Csharp public void LoopWhile (double material) { while(material > 0) { Console.WriteLine(material); material -= 1; } } '''

kevmoens avatar Oct 19 '22 12:10 kevmoens

create new challenge to list numbers 1-10 all on new lines

kevmoens avatar Oct 22 '22 22:10 kevmoens