THEY JUST ENDED THE STREAM LOL! No stream for 100T match i guess
Flag: | Nigeria |
Registered: | February 23, 2022 |
Last post: | February 23, 2022 at 4:22 PM |
Posts: | 4 |
THEY JUST ENDED THE STREAM LOL! No stream for 100T match i guess
why tf is https://www.twitch.tv/thezohancasts on 3 month follower only mode
#include <iostream>
#include <time.h>
#include <string>
using namespace std;
int main()
{
string Steel;
string Chamber;
string notChamber;
srand(time(NULL));
int randNum = rand()%2;
if (randNum == 0){
Steel = Chamber;
cout << "win";
}
else {
Steel = notChamber;
cout << "lose";
}
}