🟩 Easy
My Solution
func sum(num1 int, num2 int) int { return num1+num2 }
Leetcode: link
Last updated 9 months ago
Was this helpful?