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

13 lines
No EOL
337 B
JSON

{
"id": "output_decimal",
"sort_order": 31,
"name": "Numbers",
"description": "Convert input numbers to text, separated by spaces (32)\n'0' = 48, '1' = 49, '2' = 50, and so on",
"stages": [{
"input": [8, 7, 1],
"output": "8 7 1"
},{
"input": [85, 114, 32, 103, 97, 121, 58, 51],
"output": "85 114 32 103 97 121 58 51"
}]
}