



|
touretts syndrome
int main()
{
puts("What is up with her?");
char sick;
scanf("%c", &sick);
printf("She has %c\n\n", sick);
puts("She can't handle this
anymore she wants to die");
system(PAUSE);
return 0;
}
|
Ratings & Comments
This snippet has not yet been rated.
|
|
|


|