#include "excDiv.h"
void excdiv(int argc, char *argv[]) {
int cero = 0;
int res = 1/cero;
res = res + 1;
}