From 23f00978604a50ffb702f76186d847423bede157 Mon Sep 17 00:00:00 2001 From: Lev Metskovskii Date: Fri, 6 Sep 2024 11:24:29 +0300 Subject: [PATCH] testing --- HelloWorld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HelloWorld.cpp b/HelloWorld.cpp index 785c02c..779c046 100644 --- a/HelloWorld.cpp +++ b/HelloWorld.cpp @@ -2,6 +2,6 @@ int main() { - std::cout << "Hello world!" << std::endl; + std::cout << "Hello world! smth smth" << std::endl; return 0; } \ No newline at end of file