add more levels

This commit is contained in:
Crispy 2024-12-24 22:43:21 +01:00
parent 48082cf098
commit 03193825a8
4 changed files with 75 additions and 10 deletions

View file

@ -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"