From 9b2a270543c2247b2a41ced3ec199bbbfce9bd85 Mon Sep 17 00:00:00 2001 From: Polina785643 Date: Tue, 3 Dec 2024 21:22:58 +0500 Subject: [PATCH] added main.cpp --- main.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 main.cpp diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..980270b --- /dev/null +++ b/main.cpp @@ -0,0 +1,5 @@ +#include + +int main() { + std::cout << "Hello, World!" << std::endl; +}