add extra stages to some levels

This commit is contained in:
Crispy 2024-12-18 21:59:47 +01:00
parent 4344e69a10
commit 0d661e2d38
3 changed files with 10 additions and 0 deletions

View file

@ -6,5 +6,11 @@
"stages": [{
"input": "Hello, world!",
"output": "Hello, world!"
},{
"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"
}]
}