commit f88ecf2809fd449c20b5d02d34d01c4335c2dbd6 Author: Alice (KleptsovII) <vcepoluchitsaentertainment@gmail.com> Date: Wed Jan 22 00:36:57 2025 +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 <iostream> + +using namespace std; + +int main() +{ + cout << "Hello world!" << endl; + return 0; +}