This commit is contained in:
2025-03-23 00:16:59 +01:00
parent 9780a36af4
commit 8635d4b853
6 changed files with 22 additions and 12 deletions

View File

@@ -58,7 +58,7 @@ void TextApp::run() {
default : std::cout << "Invalid answer!" << std::endl;
}
}
std::cout << "===| SEE YA NEXT TIME! |===";
std::cout << "===| SEE YA NEXT TIME! |===" << std::endl;
}
void TextApp::choosePieces() {