From 66506e3cf88f654b69a87c7e57b22230721abbbd Mon Sep 17 00:00:00 2001 From: harry <45776127+hiimharry@users.noreply.github.com> Date: Tue, 15 Oct 2019 11:25:30 -0400 Subject: [PATCH] Update HelloWorld.cpp --- HelloWorld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HelloWorld.cpp b/HelloWorld.cpp index 55285c8..8101238 100644 --- a/HelloWorld.cpp +++ b/HelloWorld.cpp @@ -2,6 +2,6 @@ int main() { - std::cout << "Hello World!"; + std::cout << "Hello World! :)"; return 0; }