10 lines
No EOL
194 B
JSON
10 lines
No EOL
194 B
JSON
{
|
|
"id": "copy_input",
|
|
"sort_order": 14,
|
|
"name": "Copy Cat",
|
|
"description": "read input and output the same thing",
|
|
"stages": [{
|
|
"input": "Hello, world!",
|
|
"output": "Hello, world!"
|
|
}]
|
|
} |