no guess printing
This commit is contained in:
parent
4c6018bf3c
commit
b5d0eab173
1 changed files with 0 additions and 3 deletions
3
main.cpp
3
main.cpp
|
@ -91,9 +91,6 @@ int main(int argc, char* argv[]) {
|
||||||
cout << "History\n";
|
cout << "History\n";
|
||||||
for(auto guess : history)
|
for(auto guess : history)
|
||||||
cout << format_guess_history(sequence, guess) << '\n';
|
cout << format_guess_history(sequence, guess) << '\n';
|
||||||
cout << "Info left:\n";
|
|
||||||
bot.print_unknown();
|
|
||||||
cout << '\n';
|
|
||||||
|
|
||||||
// Loss
|
// Loss
|
||||||
if(history.back() != sequence) {
|
if(history.back() != sequence) {
|
||||||
|
|
Loading…
Reference in a new issue