#ifndef MAIN_H #define MAIN_H using namespace std; string ExecuteFunction(string functionName, vector inputVarVals, int functionIndex); #endif