commit b21fcc69ae2a2b7ff2321c812d713cc519bd886a Author: DedMoroz1509 <148048808+DedMoroz1509@users.noreply.github.com> Date: Mon Oct 16 12:27:25 2023 +0400 lol diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..d5282cd --- /dev/null +++ b/main.cpp @@ -0,0 +1,5 @@ +#include +int main() { + setlocale(LC_ALL, "Russian"); + printf("hello"); +} \ No newline at end of file