commit d4447abfeaff42aaefaea6ac46f00b17258b0df4 Author: Alice (MamakinYR) Date: Mon Mar 11 15:38:03 2024 +0300 code: заготовка прогоаммы diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..261272d --- /dev/null +++ b/main.cpp @@ -0,0 +1,7 @@ +#include +#include +using namespace std; +int main() +{ + cout << "Hello, world!"; +} \ No newline at end of file