add extra stages to some levels
This commit is contained in:
parent
4344e69a10
commit
0d661e2d38
3 changed files with 10 additions and 0 deletions
|
@ -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"
|
||||
}]
|
||||
}
|
|
@ -6,5 +6,8 @@
|
|||
"stages": [{
|
||||
"input": "9834726\u0000Hello, worlg!",
|
||||
"output": "Hello, worlg!"
|
||||
},{
|
||||
"input": "aonmbgoirf\u0000this is just to make sure you don't hardcode the output for a better score",
|
||||
"output": "this is just to make sure you don't hardcode the output for a better score"
|
||||
}]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue