#include "mathtest.h" #include int main(int argc, char **argv) { printf("%d\n", add(42, 1137)); return 0; }