Skip to content

Commit

Permalink
Add package
Browse files Browse the repository at this point in the history
  • Loading branch information
absognety committed Jul 1, 2024
1 parent 992ea65 commit 5db2729
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ n == candies.length
1 <= extraCandies <= 50
*/
// Solution

package KidsWithGreatestCandies

func findMax(array []int) int {
var max_v int = array[0]
for _, value := range array {
Expand Down

0 comments on commit 5db2729

Please sign in to comment.