Skip to content

Commit

Permalink
chore: remove unnecessary prints in games/memory_game.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Panquesito7 committed Feb 12, 2024
1 parent 08900b8 commit 2dadbf7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions games/memory_game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)";
Expand Down

0 comments on commit 2dadbf7

Please sign in to comment.