commit 9896924a35ca5fdd52939beef46d8e0a885b0993 Author: Alice (AntonovDA) Date: Sun Mar 24 14:44:52 2024 +0300 code: заготовка программы diff --git a/main2.cpp b/main2.cpp new file mode 100644 index 0000000..8dcf541 --- /dev/null +++ b/main2.cpp @@ -0,0 +1,9 @@ +#include +using namespace std; + +int main() +{ + cout << " Hello world "; + + return 0; +} \ No newline at end of file