From 3f852aea0bab581cba8454ed6486d8cc632f20ed Mon Sep 17 00:00:00 2001
From: "Alice (SavinSA)" <SavinSA@mpei.ru>
Date: Sun, 24 Mar 2024 23:56:35 +0300
Subject: [PATCH] =?UTF-8?q?code:=20=D0=B2=D0=B2=D0=B5=D0=B4=D0=B5=D0=BD=20?=
 =?UTF-8?q?=D1=80=D0=B0=D1=81=D1=81=D1=87=D0=B5=D1=82=20=D1=81=D1=83=D0=BC?=
 =?UTF-8?q?=D0=BC=D1=8B=20=D0=B4=D0=B2=D1=83=D1=85=20=D1=87=D0=B8=D1=81?=
 =?UTF-8?q?=D0=B5=D0=BB?=
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 ffa9ac6..f7be757 100644
--- a/main.cpp
+++ b/main.cpp
@@ -4,5 +4,6 @@ int main() {
 	cout << "Enter A and B: ";
 	int a, b;
 	cin >> a >> b;
+	cout << a + b;
 	return 0;
 }