From b21fcc69ae2a2b7ff2321c812d713cc519bd886a Mon Sep 17 00:00:00 2001 From: DedMoroz1509 <148048808+DedMoroz1509@users.noreply.github.com> Date: Mon, 16 Oct 2023 12:27:25 +0400 Subject: [PATCH] lol --- main.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 main.cpp 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