#include "../../header.h" template<> bool equal(int a, int b) { return a == b; }