/*
 * utilisation des fonctions
 */

#include "operators.h"

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