Skip to content

Instantly share code, notes, and snippets.

View DENVERMAXPLAY's full-sized avatar

NIKIEMA N.B. Lionel DENVERMAXPLAY

View GitHub Profile
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <string.h>
#include <ctype.h>
#define BG_BLACK "\033[40m"
#define BG_WHITE "\033[47m"
#define RED "\033[31m"
#define RESET "\033[0m"