specify default input/output text/byte mode per level

This commit is contained in:
Crispy 2024-10-07 17:33:53 +02:00
parent e9b03b937b
commit 70d7256e9d
4 changed files with 17 additions and 5 deletions

View file

@ -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
}