Skip to content

2codergirls/Smallest-Integer-in-the-Array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Find the smallest integer in the array

https://www.codewars.com/kata/55a2d7ebe362935a210000b2/go

Given an array of integers your solution should find the smallest integer.

For example:

  • Given [34, 15, 88, 2] your solution will return 2

  • Given [34, -345, -1, 100] your solution will return -345

You can assume, for the purpose of this kata, that the supplied array will not be empty.

Releases

No releases published

Packages

No packages published

Languages