This commit is contained in:
DedMoroz1509 2023-10-16 12:35:31 +04:00
parent b21fcc69ae
commit 64a3907ee7
2 changed files with 1 additions and 5 deletions

1
lol.txt Normal file
View File

@ -0,0 +1 @@
lol

View File

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