commit 7d36bc06ca8313e3f9814078418d7a307328b51e Author: Alice (VasinaEY) Date: Sat May 3 21:36:35 2025 +0300 code: заготовка программы 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; +}