From 9896924a35ca5fdd52939beef46d8e0a885b0993 Mon Sep 17 00:00:00 2001 From: "Alice (AntonovDA)" Date: Sun, 24 Mar 2024 14:44:52 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=B7=D0=B0=D0=B3=D0=BE=D1=82=D0=BE?= =?UTF-8?q?=D0=B2=D0=BA=D0=B0=20=D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC?= =?UTF-8?q?=D0=BC=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main2.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 main2.cpp diff --git a/main2.cpp b/main2.cpp new file mode 100644 index 0000000..8dcf541 --- /dev/null +++ b/main2.cpp @@ -0,0 +1,9 @@ +#include +using namespace std; + +int main() +{ + cout << " Hello world "; + + return 0; +} \ No newline at end of file