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

13 lines
438 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!"
2024-12-18 21:59:47 +01:00
},{
"input": "aonmbgoirf\u0000this is just to make sure you don't hardcode the output for a better score",
"output": "this is just to make sure you don't hardcode the output for a better score"
}]
}