mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-12 06:56:59 +08:00
chore: remove unnecessary prints in games/memory_game.cpp
This commit is contained in:
@@ -373,8 +373,6 @@ int main() {
|
||||
///< (previous answered values do not count).
|
||||
|
||||
std::cout << "\tMEMORY GAME\n";
|
||||
std::cout << std::boolalpha;
|
||||
std::cout << std::is_literal_type<void>::value;
|
||||
|
||||
do {
|
||||
std::cout << "\n1. 4x2 (1)";
|
||||
|
||||
Reference in New Issue
Block a user