Skip to content

Commit 2dadbf7

Browse files
committed
chore: remove unnecessary prints in games/memory_game.cpp
1 parent 08900b8 commit 2dadbf7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

games/memory_game.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,6 @@ int main() {
373373
///< (previous answered values do not count).
374374

375375
std::cout << "\tMEMORY GAME\n";
376-
std::cout << std::boolalpha;
377-
std::cout << std::is_literal_type<void>::value;
378376

379377
do {
380378
std::cout << "\n1. 4x2 (1)";

0 commit comments

Comments
 (0)