marble-machinations/levels/03_text/ascii_to_lower.json

10 lines
250 B
JSON
Raw Normal View History

2024-10-13 17:00:59 +02:00
{
"id": "ascii_to_lower",
"sort_order": 35,
"name": "Lowercase",
"description": "Convert text to lowercase",
"stages": [{
"input": "I CraVeD tHE strEnGTH AND CerTAinTy oF STeeL",
"output": "i craved the strength and certainty of steel"
}]
2024-10-13 17:00:59 +02:00
}