2024-10-10 20:51:19 +02:00
|
|
|
{
|
|
|
|
"id": "null_separation",
|
2024-10-10 21:28:55 +02:00
|
|
|
"sort_order": 21,
|
2024-10-10 20:51:19 +02:00
|
|
|
"name": "Null Separation",
|
|
|
|
"description": "output everything after the first zero in the input data",
|
2024-12-18 21:31:05 +01:00
|
|
|
"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"
|
2024-12-18 21:31:05 +01:00
|
|
|
}]
|
2024-10-10 20:51:19 +02:00
|
|
|
}
|