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,
|
|
|
|
"inputs": [72, 101, 108, 108, 111, 44, 32, 119, 111, 114, 108, 103, 33],
|
2024-10-07 17:33:53 +02:00
|
|
|
"outputs": [72, 101, 108, 108, 111, 44, 32, 119, 111, 114, 108, 103, 33],
|
|
|
|
"input_is_text": true,
|
|
|
|
"output_is_text": true
|
2024-10-06 12:39:36 +02:00
|
|
|
}
|