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