Exemplo n.º 1
0
int main(int argc, char** argv) {
    InputTest inputTest;
    inputTest.start();
    return inputTest.getResult();
}