From 45bfdc6f27e24dcefd8742f23c5d14cbc85bed89 Mon Sep 17 00:00:00 2001 From: "Alice (GrudininYK)" Date: Sun, 14 Apr 2024 22:50:32 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index dbfc2f9..3abbb1f 100644 --- a/main.cpp +++ b/main.cpp @@ -17,4 +17,5 @@ int main() else { cout << "maximum: " << b; } + return 0; }