1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2024-07-18 02:20:12 +02:00
programming-challenges/challenges/maskify-card-number/input-output.json

15 lines
182 B
JSON
Raw Normal View History

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