Test fails: For example this shouldn't output "VISA": 4111111111111111 4111111111111 4012888888881881 41111111111111 411111111111111
But the definition says, it's VISA
Typescript test cases fail. Please correct the tests. My code works.
in my case i had to replace "\n" (new line) in Java at the beginning of the string.
Test fails:
For example this shouldn't output "VISA":
4111111111111111
4111111111111
4012888888881881
41111111111111
411111111111111
But the definition says, it's VISA
Typescript test cases fail. Please correct the tests. My code works.
in my case i had to replace "\n" (new line) in Java at the beginning of the string.