I use my debt cards more than my credit cards. With them you can stay assured that you'll never turn out to be paying what you couldn't afford.
__________________
#include<iostream>
using namespace std;
void main()
{
while(1)
{ printf("hello world!");
}
}
|