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-10-06 12:39:36 +02:00
|
|
|
"init_board": null,
|
2024-12-05 14:23:21 +01:00
|
|
|
"inputs": "Hello, world!",
|
|
|
|
"outputs": "Hello, world!"
|
2024-10-06 12:39:36 +02:00
|
|
|
}
|