Hi!
Currently I am trying to output “Привет мир” (which is “Hello world”) but I get ??? and some weird blocks, i have tried many solutions, but it doesnt help, can anyone please help me so that I could output russian text properly?
Thank you!
#include <iostream>
int main()
{
std::cout <<"Привет мир";
}