1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2024-12-08 00:45:29 +01:00

15 lines
182 B
JSON
Raw Normal View History

[
{
"input": ["4556364607935616"],
"output": "############5616"
},
{
"input": ["1"],
"output": "1"
},
{
"input": ["11111"],
"output": "#1111"
}
]