From 944e52b49e6ebf218b183154a429a137ca156a3e Mon Sep 17 00:00:00 2001 From: "Leila F. Rahman" Date: Thu, 29 Sep 2022 16:19:59 +0200 Subject: [PATCH] Update main.cpp --- cpp-game-vs/main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/cpp-game-vs/main.cpp b/cpp-game-vs/main.cpp index 6750a52..383b650 100644 --- a/cpp-game-vs/main.cpp +++ b/cpp-game-vs/main.cpp @@ -13,9 +13,6 @@ int main() mypointer = NULL; *mypointer = 30; - wchar_t w = L'Â'; - double velocity; - char x = w; Rule::GameLogic who_wins;