From b650c147e88578192e880d3dd545be03e32e0d2e Mon Sep 17 00:00:00 2001 From: mrplesk2 Date: Sun, 5 Oct 2025 17:22:21 +0300 Subject: [PATCH] added main.cpp --- main.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 main.cpp diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..ce0b9c7 --- /dev/null +++ b/main.cpp @@ -0,0 +1,8 @@ +#include + +using namespace std; + +int main() { + cout << "Hello, World!" << endl; + return 0; +} \ No newline at end of file