commit d9243d1aebd6d060aaedef1cfd5a3469e5a2e83c Author: Alice (ZeninaVA) Date: Mon Mar 24 14:48:27 2025 +0300 code: заготовка программы diff --git a/project/main.cpp b/project/main.cpp new file mode 100644 index 0000000..b4392ec --- /dev/null +++ b/project/main.cpp @@ -0,0 +1,9 @@ +#include + +using namespace std; + +int main() +{ + cout << "Hello world!" << endl; + return 0; +}