marble-machinations/levels/02_lists/null_separation.json

11 lines
No EOL
397 B
JSON

{
"id": "null_separation",
"sort_order": 23,
"name": "Null Separation",
"description": "output everything after the first zero in the input data",
"init_board": null,
"inputs": [199, 34, 71, 209, 4, 0, 72, 101, 108, 108, 111, 44, 32, 119, 111, 114, 108, 103, 33, 0],
"outputs": [72, 101, 108, 108, 111, 44, 32, 119, 111, 114, 108, 103, 33],
"input_is_text": true,
"output_is_text": true
}