Name: Anonymous 2014-03-31 7:59
Let's write a good, small, compact, extensible, standards-compliant and feature-full web browser that doesn't send the user's private info to the Big Brother.
#include <stdio.h>
void
main (void) {
char address[666];
printf("Give URL: ");
fflush(stdout);
scanf("%s", url);
printf("Loading...\n");
return 1;
}