Skip to content

Commit

Permalink
Rename input to stdin
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Oct 19, 2023
1 parent 77b51a8 commit c872035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion en/references/judges/creating-a-judge/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ The full output returns a single JSON at the end. You must ensure that this is e

- A `DebugData` object is used to run the python tutor that gives students a debug interface. Currently it is only relevant for python. It consists of:
- `statements`, a string containing the extra code to be executed in the python tutor, to mimic this testcase.
- `input`, a string containing the input to be given to the python tutor, to mimic this testcase.
- `stdin`, a string containing the input to be given to the python tutor, to mimic this testcase.

![judge-output-reflection](./judge-output.png)

Expand Down
2 changes: 1 addition & 1 deletion nl/references/judges/creating-a-judge/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ The full output returns a single JSON at the end. You must ensure that this is e

- A `DebugData` object is used to run the python tutor that gives students a debug interface. Currently it is only relevant for python. It consists of:
- `statements`, a string containing the extra code to be executed in the python tutor, to mimic this testcase.
- `input`, a string containing the input to be given to the python tutor, to mimic this testcase.
- `stdin`, a string containing the input to be given to the python tutor, to mimic this testcase.

![judge-output-reflection](./judge-output.png)

Expand Down

0 comments on commit c872035

Please sign in to comment.