Skip to content

Editing Files

Go to /p/<problem-id>/manage to see all the files on a problem.

Opening a file

Click a file to open it in the editor. Make your changes and save.

Adding a file

Use the New File button to add a file. Give it a name — for example readme.md or expectedOutputs.json.

Renaming a file

Right-click a file in the manage view to rename it.

Deleting a file

Right-click a file in the manage view to delete it.

Warning

Deleting expectedOutputs.json means the problem can no longer be tested until you add it back.