From db199a5309faf2b8b5a6bea17481cc562029fb23 Mon Sep 17 00:00:00 2001 From: "Leila F. Rahman" Date: Thu, 29 Sep 2022 15:01:29 +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;