Skip to content

Problems

A problem is made up of files. Each file has a specific job. You manage them at /p/<problem-id>/manage.

File What it does
expectedOutputs.json The test cases — what inputs to try and what answers to expect
readme.md The problem description shown to students
.placeholder The starter code shown when a student first opens the problem

All three files are optional, but a problem without expectedOutputs.json can't be tested.


Pages in this section