#include #include "mymath.h" using namespace std ; int main() { int result = doSum( 4, 5 ) ; cout << "Hello World" << endl ; return 1 ; }