#include <stdlib.h>
#include "eat.h"

int main(int argc, char** argv)
{
	
	return EXIT_SUCCESS;
}

