Skip to content

Instantly share code, notes, and snippets.

@FrostDelta123
Created May 25, 2020 17:46
Show Gist options
  • Save FrostDelta123/abce31520c7729e88c6fb5ff6a7d1c4e to your computer and use it in GitHub Desktop.
Save FrostDelta123/abce31520c7729e88c6fb5ff6a7d1c4e to your computer and use it in GitHub Desktop.
#include <iostream>
#include <Windows.h>
#include "Utils.h"
using namespace std;
int main () {
SetConsoleOutputCP(1251);
SetConsoleCP(1251);
setlocale(LC_ALL, "Russian");
while(true) Utils::open();
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment