Misc
Scaffold Exercises
Create exercise directory structures with sections, problems, solutions, and explainers that pass linting.
Create exercise directory structures with sections, problems, solutions, and explainers that pass linting.
Create exercise directory structures that pass linting, then commit with git commit.
XX-section-name/ inside exercises/XX.YY-exercise-name/ inside a sectionEach exercise needs at least one of these subfolders:
problem/ - student workspace with TODOssolution/ - reference implementationexplainer/ - conceptual material, no TODOsEach subfolder needs a readme.md that is not empty and has no broken links.
mkdir -p for each pathreadme.md per variant folder with a title