Skip to content

Instantly share code, notes, and snippets.

View uceef147's full-sized avatar

Youcef uceef147

View GitHub Profile
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <time.h>
#include <unistd.h>
#define MAX_ATTEMPTS 6
#define GREEN_BG "\x1B[42m"