corner corner portugal's Bookshelf

Recent Book Activity | Statistics | Extended Profile

Profile Image   portugal

not specified

28

Monday, September 15, 2003

paginas.fe.up.pt/~ei02014

Recent Book Activity


Statistics


4 wksall time

books registered:019
released in the wild:00
controlled releases:00
releases caught:00
controlled releases caught:00
books found:03
tell-a-friend referrals:00
new member referrals:02
forum posts:0709

Stats are updated every few minutes.


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;
}


under construction, yeah =p



Are you sure you want to delete this item? It cannot be undone.