#include #include "compare.h" using namespace std; int main(int argc, char **argv) { cout << comp(10, 20); cout << endl; return 0; }