2024-10-10 20:51:19 +02:00
|
|
|
{
|
|
|
|
"id": "reverse_input",
|
|
|
|
"sort_order": 24,
|
|
|
|
"name": "Reverse",
|
|
|
|
"description": "read input until zero and output the same thing in reverse",
|
2024-12-18 21:31:05 +01:00
|
|
|
"stages": [{
|
2024-12-18 22:25:08 +01:00
|
|
|
"input": "woem\u0000",
|
|
|
|
"output": "meow"
|
|
|
|
},{
|
2024-12-18 21:31:05 +01:00
|
|
|
"input": "tnropmi yrev\u0000",
|
|
|
|
"output": "very impornt"
|
|
|
|
}]
|
2024-10-10 20:51:19 +02:00
|
|
|
}
|