04 formatting
This commit is contained in:
parent
338bda525e
commit
e8db71e56c
@ -92,7 +92,6 @@ private:
|
|||||||
valid = false;
|
valid = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
std::array<std::array<std::pair<int, bool>, 5>, 5> card;
|
std::array<std::array<std::pair<int, bool>, 5>, 5> card;
|
||||||
int numbers = 0;
|
int numbers = 0;
|
||||||
bool won = false;
|
bool won = false;
|
||||||
@ -100,7 +99,8 @@ private:
|
|||||||
bool valid = true;
|
bool valid = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
std::pair<std::vector<int>, std::vector<Bingo>> getBingo(const std::string &file_name) {
|
std::pair<std::vector<int>, std::vector<Bingo>>
|
||||||
|
getBingo(const std::string &file_name) {
|
||||||
std::pair<std::vector<int>, std::vector<Bingo>> result;
|
std::pair<std::vector<int>, std::vector<Bingo>> result;
|
||||||
|
|
||||||
std::ifstream file(file_name);
|
std::ifstream file(file_name);
|
||||||
|
Loading…
Reference in New Issue
Block a user