They even if are aboe to generate creditcard numbers but they cant generate 4 digit pin number which is currently being used to counter such softwares.
__________________
#include<iostream>
using namespace std;
void main()
{
while(1)
{ printf("hello world!");
}
}
|