Pokergame commit

This commit is contained in:
2023-02-17 22:55:48 -08:00
parent 72508ace53
commit 73535765ab
4 changed files with 45 additions and 46 deletions

View File

@ -92,7 +92,6 @@ int32_t GeneratedLanguages::start() {
std::cout << "Language " << itLang->first << " is missing key " << key << std::endl;
return 1;
}
std::cout << "bruh " << exist->second << std::endl;
bufferOut += exist->first + "|" + exist->second + "|";
++itKeys;
}