From 775b7096eb194c1e4293592e6865efc988236e6d Mon Sep 17 00:00:00 2001 From: "Alice (AnikeevAA)" Date: Tue, 7 Mar 2023 18:17:56 +0300 Subject: [PATCH] project: hello --- main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.cpp b/main.cpp index 7d38837..47bfab1 100644 --- a/main.cpp +++ b/main.cpp @@ -20,5 +20,7 @@ int main() cout << min(a, b); + cout << "hello world"; + return 0; }