commit 71a5e2a06f1e61064ca95f8144d92bf3ac3bd9a4 Author: Alice (StepanovaKY) Date: Sun Apr 6 19:57:33 2025 +0300 code: заготовка программы diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..88b3d23 --- /dev/null +++ b/main.cpp @@ -0,0 +1,8 @@ +#include + +using namespace std; + +int main() +{ + +}