fix level
This commit is contained in:
parent
81b1adfa6f
commit
ef01de9dae
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
"description": "Convert input numbers to text, separated by spaces (32)\n'0' = 48, '1' = 49, '2' = 50, and so on",
|
"description": "Convert input numbers to text, separated by spaces (32)\n'0' = 48, '1' = 49, '2' = 50, and so on",
|
||||||
"init_board": null,
|
"init_board": null,
|
||||||
"inputs": [85, 114, 32, 103, 97, 121, 58, 51],
|
"inputs": [85, 114, 32, 103, 97, 121, 58, 51],
|
||||||
"outputs": [56, 53, 32, 49, 49, 52, 32, 51, 50, 32, 49, 48, 51, 32, 57, 55, 32, 49, 50, 49, 32, 51, 50, 32, 53, 56, 32, 53, 49],
|
"outputs": [56, 53, 32, 49, 49, 52, 32, 51, 50, 32, 49, 48, 51, 32, 57, 55, 32, 49, 50, 49, 32, 53, 56, 32, 53, 49],
|
||||||
"input_is_text": false,
|
"input_is_text": false,
|
||||||
"output_is_text": true
|
"output_is_text": true
|
||||||
}
|
}
|
Loading…
Reference in a new issue