Skip to content

Commit

Permalink
Remove input visualizer from legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
niemela committed Aug 24, 2024
1 parent a177c63 commit 9e9e3ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/legacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ File or Folder | Required? | Described In
`include/` | No | [Included Files](#included-files) | Files appended to all submitted solutions
`submissions/` | Yes | [Example Submissions](#example-submissions) | Correct and incorrect judge solutions of the problem
`input_validators/` | Yes | [Input Validators](#input-validators) | Programs that verifies correctness of the test data inputs
`input_visualizer/` | No | [Input Visualizer](#input-visualizer) | Scripts and documentation about how test case illustrations were generated
`output_validators/` | No | [Output Validators](#output-validators) | Custom programs for judging solutions

A minimal problem package must contain `problem.yaml`, a problem statement, a secret test case, an accepted judge solution, and an input validator.
Expand Down

0 comments on commit 9e9e3ff

Please sign in to comment.