commit ad1988cdb08426679f0f560a986bbe8c322489e6 Author: Alice (KobzevAV) Date: Mon Mar 13 10:47:10 2023 +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; +}