portugal's Bookshelf
Recent Book Activity | Statistics | Extended Profile
Extended Profile
#include <stdio.h>
#include <unistd.h>
int main( void)
{
int j,i = 1;
while(i>0)
{
printf("%d)Under construction...\n",i++);
i += (i>10?-10:1);
sleep(i);
}
return;
}







Latest News




