commit 10a5ff575c40a1994c74d685fff2359ff0feeeee Author: Alice (SaraikinaVK) Date: Wed Apr 24 15:30:32 2024 +0300 code: заготовка программы diff --git a/alice/project/main.cpp b/alice/project/main.cpp new file mode 100644 index 0000000..b4392ec --- /dev/null +++ b/alice/project/main.cpp @@ -0,0 +1,9 @@ +#include + +using namespace std; + +int main() +{ + cout << "Hello world!" << endl; + return 0; +}