This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <string> | |
#include <conio.h> | |
#include <vector> | |
#include <chrono> | |
#include <thread> | |
#include <ctime> | |
/* this is default terminal window size, you can change it if you want, | |
but if these variables are not equal to the actual size of terminal window, |