Skip to content

Instantly share code, notes, and snippets.

View bayms3's full-sized avatar

Mustafa bayms3

View GitHub Profile
@bayms3
bayms3 / Roulette.txt
Last active July 28, 2024 16:37
C++ Roulette
#include <iostream>
#include <string>
#include <limits>
#include <thread>
#include <chrono>
#include <cstdlib>
#include <ctime>
#define RESET "\033[0m"
#define RED "\033[31m"