#include "../header/addition.h" int addition(int x, int y){ return x + y; }