🟩 Easy
My Solution
func sum(num1 int, num2 int) int { return num1+num2 }
Leetcode: linkarrow-up-right
Last updated 1 year ago