#include stdio.h

int main()
{
while(1)
{
printf("sookshmas\n");
}

return 0;
}
How many times sookshmas is printed

Posted on by