From 329002865726aeca97370900e87ffce3b98f573a Mon Sep 17 00:00:00 2001 From: Iri Date: Wed, 11 Dec 2024 12:05:03 +0400 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20main.cpp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 main.cpp diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..f4850db --- /dev/null +++ b/main.cpp @@ -0,0 +1,6 @@ +#include + + int main() { + std::cout << "Hello, World!" << std::endl; + return 0; + } \ No newline at end of file