commit 6042e498d6588df3e1b88c4195b4cfaa09ea1727 Author: Alice (FadeevIS) <FadeevIS@mpei.ru> Date: Mon Mar 6 14:49:51 2023 +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; +}