Example #1
0
int main(int argc, const char *argv[]) {
    Poll poll;

    poll.go();

    return 0;
}