From ba82566d6862394403d76d98c4aa1133104e1a99 Mon Sep 17 00:00:00 2001 From: avpyhova Date: Tue, 5 Nov 2024 00:56:25 +0500 Subject: [PATCH] updated main.cpp --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index c6666c4..980270b 100644 --- a/main.cpp +++ b/main.cpp @@ -1,5 +1,5 @@ #include int main() { - std::cout << "Bye!" << std::endl; + std::cout << "Hello, World!" << std::endl; }