2024-10-06 12:39:36 +02:00
|
|
|
{
|
2024-10-10 20:51:19 +02:00
|
|
|
"id": "copy_input",
|
|
|
|
"sort_order": 14,
|
2024-10-06 12:39:36 +02:00
|
|
|
"name": "Copy Cat",
|
2024-10-07 12:04:55 +02:00
|
|
|
"description": "read input and output the same thing",
|
2024-12-18 21:31:05 +01:00
|
|
|
"stages": [{
|
|
|
|
"input": "Hello, world!",
|
|
|
|
"output": "Hello, world!"
|
|
|
|
}]
|
2024-10-06 12:39:36 +02:00
|
|
|
}
|