
#include "tcp.h"
#include <stdio.h>

int main( int argc, char *argv[] )
{
	printf("This will be the webserver.\n");
	return 0;
}


