#include #include "somma.h" int main (){ int sum = somma(4,5); printf("%d\n",sum); return 0; }