Skip to content

Commit 1a23da0

Browse files
committed
Merge branch 'add-a-very-big-sum' of https://github.com/komalharshita/Hacktoberfest2025-2 into add-a-very-big-sum
2 parents 2666979 + 7a0f653 commit 1a23da0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

maths/special_numbers/a_very_big_sum.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@ def a_very_big_sum(arr: list[int]) -> int:
1717
arr = [2, 4, 6, 2, 4, 6, 3]
1818
result = a_very_big_sum(arr)
1919
print(f"Sum of {arr} is {result}")
20+
<<<<<<< HEAD
2021

2122

23+
=======
24+
>>>>>>> 7a0f65306d224f3917a3caf23997f850c21cbb6a

0 commit comments

Comments
 (0)