commit 0fcaee126b0546b2c691afaa6c1567e00a2e24f7 Author: Alice (RybakovaSA) Date: Sun Mar 30 20:26:49 2025 +0300 code: заготовка программы diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..346e589 --- /dev/null +++ b/main.cpp @@ -0,0 +1,14 @@ +// +// main.cpp +// project +// +// Created by Светлана Рыбакова on 30.03.2025. +// + +#include + +int main(int argc, const char * argv[]) { + // insert code here... + std::cout << "Hello, World!\n"; + return 0; +}