commit 1baf5046619929f653dddaf5ddc7ae41e3be3994 Author: Alice(ShchipkovMY) Date: Sun Apr 2 15:34:04 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; +}