From c2778ad84a366915c3ea3b0144d6ada44ca665f1 Mon Sep 17 00:00:00 2001 From: KlimenchenkoIA Date: Mon, 26 May 2025 02:11:47 +0300 Subject: [PATCH] asd --- README.md | 0 main.cpp | 9 +++++++++ 2 files changed, 9 insertions(+) create mode 100644 README.md create mode 100644 main.cpp diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..b4392ec --- /dev/null +++ b/main.cpp @@ -0,0 +1,9 @@ +#include + +using namespace std; + +int main() +{ + cout << "Hello world!" << endl; + return 0; +}