Skip to content

Commit fe8c677

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 aceb290 + 2e5b898 commit fe8c677

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

maths/special_numbers/a_very_big_sum.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1+
<<<<<<< HEAD
12
def a_very_big_sum(arr: list[int]) -> int:
3+
=======
4+
from typing import List
5+
6+
7+
def a_very_big_sum(arr: List[int]) -> int:
8+
>>>>>>> 2e5b8980304014f131c23d43a7a08e624c23de8b
29
"""
310
Return the sum of all integers in the input array.
411

0 commit comments

Comments
 (0)