From 8cc51c87a3ae62346ba795181f691aa988d1e3d6 Mon Sep 17 00:00:00 2001 From: BasedDepartment1 Date: Thu, 2 Oct 2025 02:03:41 +0300 Subject: [PATCH] [hw2] Add 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; +}