Ellabit
Ellabit copied to clipboard
Provide a way for challenges to be broken into steps
For larger challenges we should be able to have a IChallengeSteps interface which has a property List<IChallengeStep>.
Each IChallengeStep has a Description, and TestCode and Tests FYI future may have tests that check console output or syntax trees.
Create new example. Add questions and notes below.