commit 2a15472e5a01e8a404a3afc705e3addbfe6b956f Author: Alice (SavinSA) Date: Sun Mar 24 23:36:34 2024 +0300 code: заготовка программы diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..220d5e7 --- /dev/null +++ b/main.cpp @@ -0,0 +1,6 @@ +#include +using namespace std; +int main() { + cout << "Hello, world;"; + return 0; +}