Skip to content

Instantly share code, notes, and snippets.

View YoussefMuhamad's full-sized avatar

User_Name O_U_N("Youssef Muhamad"); YoussefMuhamad

View GitHub Profile
#include <iostream>
using namespace std;
char quadrado[10] = { 'o','1','2','3','4','5','6','7','8','9' };
int vitoria();
void campo();
int main()
{