From 0d5de81592c297c9851606cc3ab4cf604105aeb6 Mon Sep 17 00:00:00 2001
From: "Alice (NalitkinPK)" <NalitkinPK@mpei.ru>
Date: Sat, 9 Nov 2024 15:44:54 +0300
Subject: [PATCH] =?UTF-8?q?code:=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?=
 =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=87=D0=B0=D1=81=D1=82=D0=BD=D0=BE?=
 =?UTF-8?q?=D0=B3=D0=BE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 main.cpp    | 3 ++-
 project.cbp | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/main.cpp b/main.cpp
index d6857c5..296ff7b 100644
--- a/main.cpp
+++ b/main.cpp
@@ -10,5 +10,6 @@ int main()
 
     cout << "A + B = " << a + b << '\n'
          << "A - B = " << a - b << '\n'
-         << "A * B = " << a * b << '\n';
+         << "A * B = " << a * b << '\n'
+         << "A / B = " << a / b << '\n';
 }
diff --git a/project.cbp b/project.cbp
index 99bb702..34f06bc 100644
--- a/project.cbp
+++ b/project.cbp
@@ -32,6 +32,7 @@
 			<Add option="-Wall" />
 			<Add option="-fexceptions" />
 		</Compiler>
+		<Unit filename=".gitignore" />
 		<Unit filename="main.cpp" />
 		<Extensions>
 			<lib_finder disable_auto="1" />