specify default input/output text/byte mode per level
This commit is contained in:
parent
e9b03b937b
commit
70d7256e9d
4 changed files with 17 additions and 5 deletions
|
@ -5,5 +5,7 @@
|
|||
"description": "read input and output the same thing",
|
||||
"init_board": null,
|
||||
"inputs": [72, 101, 108, 108, 111, 44, 32, 119, 111, 114, 108, 103, 33],
|
||||
"outputs": [72, 101, 108, 108, 111, 44, 32, 119, 111, 114, 108, 103, 33]
|
||||
"outputs": [72, 101, 108, 108, 111, 44, 32, 119, 111, 114, 108, 103, 33],
|
||||
"input_is_text": true,
|
||||
"output_is_text": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue