VR

Vasile Romega-Thompson

Pilot Operations Manager at HealthTell

Vasile Romega-Thompson has worked in the field of engineering since 2013. Vasile began their career with HealthTell as a Process Engineer, before taking on the role of Pilot Operations Manager in the same company.

#include "../include/Main.h"

int main(int argc, char *argv[]) {

if (argc < 2) {

std::cout << "Usage: " << argv[0] << " <configuration file>" << std::endl;

return -1;

}

Main main(argv[1]);

main.run();

return 0;

}

Links


Org chart