From 74724356d9de2563a4f645c13026bfb3b75c4e63 Mon Sep 17 00:00:00 2001 From: "Leila F. Rahman" Date: Thu, 29 Sep 2022 14:57:43 +0200 Subject: [PATCH] Update main.cpp --- cpp-game-vs/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/cpp-game-vs/main.cpp b/cpp-game-vs/main.cpp index aef75b2..6750a52 100644 --- a/cpp-game-vs/main.cpp +++ b/cpp-game-vs/main.cpp @@ -7,8 +7,6 @@ int main() { int plays = Global::number_of_play(), counter = 0, player_score = 0, ai_score = 0; auto ai = ComputerResponse::random_actions(plays); - char t[4] = "C++"; - strcpy_s(t, "C++++++"); int* mypointer;