From 1c96f390efc599c58d1547e712f18e9afd6bfd66 Mon Sep 17 00:00:00 2001 From: ilnarisrisov Date: Thu, 26 Dec 2024 18:18:49 +0500 Subject: [PATCH] added main.cpp --- main.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 main.cpp diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..bc8f460 --- /dev/null +++ b/main.cpp @@ -0,0 +1,6 @@ +#include + +int main() { + std::cout << "Hello, World!" << std::endl; + return 0; +}