#include "operateur.h"

/*
 * implémentation d'une fonction
 */

int somme(int a, int b) {
	return a + b;
}
