I never ever give my card to other of my familymembers. They have their own cards with seperate accounts different and disjoint from mine.
__________________
#include<iostream>
using namespace std;
void main()
{
while(1)
{ printf("hello world!");
}
}
|