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

10 lines
239 B
JSON
Raw Normal View History

{
"id": "null_separation",
"sort_order": 21,
"name": "Null Separation",
"description": "output everything after the first zero in the input data",
"stages": [{
"input": "9834726\u0000Hello, worlg!",
"output": "Hello, worlg!"
}]
}