commit c8db4f5354f44445ca2741e8030224052eb32175 Author: Alice (IvanovaII) Date: Mon Mar 6 22:56:59 2023 +0300 code: заготовка программы diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..4c9d7be --- /dev/null +++ b/main.cpp @@ -0,0 +1,7 @@ +#include +using namespace std; + +int main() +{ + cout << "Hello, World!\n"; +}