add more levels
This commit is contained in:
parent
48082cf098
commit
03193825a8
4 changed files with 75 additions and 10 deletions
|
@ -4,7 +4,7 @@
|
|||
{
|
||||
"id": "null_separation",
|
||||
"name": "Null Separation",
|
||||
"description": "output everything after the first zero in the input data",
|
||||
"description": "output everything after the first zero",
|
||||
"stages": [{
|
||||
"input": "9834726\u0000Hello, worlg!",
|
||||
"output": "Hello, worlg!"
|
||||
|
@ -40,7 +40,7 @@
|
|||
{
|
||||
"id": "reverse_input",
|
||||
"name": "Reverse",
|
||||
"description": "read input until zero and output the same thing in reverse",
|
||||
"description": "read input until the zero and output the same thing in reverse",
|
||||
"stages": [{
|
||||
"input": "woem\u0000",
|
||||
"output": "meow"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue