@@ -86,7 +86,8 @@ int main(int argc, char **argv) {
drawFigure(gs,0);
drawFigure(gs,0);
startGame(gs);
startGame(gs);
getch();
while(getch()!=10);
clear();
clear();
free(gs);
free(gs);
return0;
return0;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.