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