This commit is contained in:
DedMoroz1509 2023-10-16 12:27:25 +04:00
commit b21fcc69ae

5
main.cpp Normal file
View File

@ -0,0 +1,5 @@
#include <locale.h>
int main() {
setlocale(LC_ALL, "Russian");
printf("hello");
}