commit 3f3a665e70824ab549ddccc7d7cddff9363e8f91 Author: Alice (ChaginSA) Date: Mon Apr 17 15:12:58 2023 +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; +}