Skip to content

Commit 8096286

Browse files
authored
Add files via upload
1 parent 02e0d90 commit 8096286

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# https://www.codewars.com/kata/55a2d7ebe362935a210000b2
2+
def findSmallestInt(arr):
3+
return min(arr)
4+
5+
# def find_smallest_int(arr):
6+
# arr.sort()
7+
# return arr[0]

0 commit comments

Comments
 (0)