@@ -0,0 +1,14 @@
#include "core/Tetris.h"
#include <locale.h>
int main()
{
setlocale(LC_ALL, "");
Tetris game;
game.run();
return 0;
}
The note is not visible to the blocked user.