#include "InputExample.h" int main(int argc, char **argv) { InputExample game; game.run(); return 0; }