#include <iostream> using namespace std; int main() { cout << "If you are doing this with c/c++(mingw) try checking out this video! https://youtu.be/taCJhnBXG_w" << endl; return 0; } //LINK: https://youtu.be/taCJhnBXG_w