#ifndef OPERACIONES_H
#define OPERACIONES_H

int suma(int, int);
int resta(int, int);

#endif

