From 4fc8a746d7d4a321569bb0182d7c0d5dd7c014c5 Mon Sep 17 00:00:00 2001 From: senyacherenkov <40598823+senyacherenkov@users.noreply.github.com> Date: Fri, 26 Dec 2025 20:32:47 +0300 Subject: [PATCH] Update main.cpp --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 18861d61..bfdfdae2 100644 --- a/main.cpp +++ b/main.cpp @@ -2,7 +2,7 @@ #include -int main(int, char **) { +int main(int, char **) { std::cout << "Version: " << version() << std::endl; std::cout << "Hello, world!" << std::endl; return 0;