commit 365c0e855c4e0f4a93d7ddf7406653fff299f944 Author: Alice (TurovetsEY) Date: Sun Apr 7 11:29:11 2024 +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; +}