int main(int argc, const char * argv[]) { Sudoku ss; ss.giveQuestion(); return 0; }
int main() { Sudoku ss; ss.giveQuestion(); return 0; }