13 lines
No EOL
271 B
JSON
13 lines
No EOL
271 B
JSON
{
|
|
"id": "reverse_input",
|
|
"sort_order": 24,
|
|
"name": "Reverse",
|
|
"description": "read input until zero and output the same thing in reverse",
|
|
"stages": [{
|
|
"input": "woem\u0000",
|
|
"output": "meow"
|
|
},{
|
|
"input": "tnropmi yrev\u0000",
|
|
"output": "very impornt"
|
|
}]
|
|
} |