mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2024-11-09 22:08:58 +01:00
15 lines
182 B
JSON
15 lines
182 B
JSON
[
|
|
{
|
|
"input": ["4556364607935616"],
|
|
"output": "############5616"
|
|
},
|
|
{
|
|
"input": ["1"],
|
|
"output": "1"
|
|
},
|
|
{
|
|
"input": ["11111"],
|
|
"output": "#1111"
|
|
}
|
|
]
|