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

10 lines
194 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",
"stages": [{
"input": "Hello, world!",
"output": "Hello, world!"
}]
2024-10-06 12:39:36 +02:00
}