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

int main()
{ LCDPrintf("HELLO from EyeBot!   ");

	sleep(5);
}

