commit c2778ad84a366915c3ea3b0144d6ada44ca665f1 Author: KlimenchenkoIA Date: Mon May 26 02:11:47 2025 +0300 asd 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; +}