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