#include <stdio.h>
#include <c.h>
//int main (int argc, const char * argv[]);
switch (1066)
{
case 1066
printf( " Battle of Hastings");
break;
case 1492
printf( "columbus sailed to some place" );
break;
case 1776
printf( "The decleration of indipendence was written and signed")
break;
defult:
printf( "something happend but I forget what");
return 0;}
//thats what isn't working pleze help me get it to work
//why is there a
//parse error before "switch"