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

16 lines
410 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-12-18 21:59:47 +01:00
},{
"input": "Meow!",
"output": "Meow!"
},{
"input": "there really isn't much point to more than 2 stages, but here we are",
"output": "there really isn't much point to more than 2 stages, but here we are"
}]
2024-10-06 12:39:36 +02:00
}