From e1676237c37fa4a7d403cc8fe90f19921d39fcd6 Mon Sep 17 00:00:00 2001 From: abb3r Date: Tue, 4 Oct 2022 20:37:01 +0200 Subject: [PATCH] test pr build --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 1f3833b..b519dd7 100644 --- a/main.cpp +++ b/main.cpp @@ -2,7 +2,7 @@ int main () { - std::cout<< "Hello World 1" << std::endl; + std::cout<< "Hello World 2" << std::endl; return 0; }