marble-machinations/levels/01_intro/04_copy_input.json

9 lines
197 B
JSON
Raw Normal View History

2024-10-06 12:39:36 +02:00
{
"id": "copy_input",
"sort_order": 14,
2024-10-06 12:39:36 +02:00
"name": "Copy Cat",
"description": "read input and output the same thing",
2024-10-06 12:39:36 +02:00
"init_board": null,
"inputs": "Hello, world!",
"outputs": "Hello, world!"
2024-10-06 12:39:36 +02:00
}