|
|
Initial revision
#include <stdio.h>
main ()
{
char token[80];
printf("about to sleep");
fflush(stdout);
sleep(2);
endnot();
}
endnot()
{
printf("done\n");
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.