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
2020-07-05 20:30:27 +02:00

15 lines
182 B
JSON

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