From 4571a0e5ffb0b6ca066291acf74d257530307d29 Mon Sep 17 00:00:00 2001
From: Shounik Shukla <shounik.shukla@bluealtair.com>
Date: Wed, 8 Feb 2023 05:48:41 +0000
Subject: [PATCH] introduce error in sum.py

---
 int.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/int.py b/int.py
index a1e62b0..106cbcd 100644
--- a/int.py
+++ b/int.py
@@ -1,4 +1,4 @@
 # sum of two integers:
 def addition(x, y):
-     return x + y
+     return x - y
 
-- 
GitLab