CodeOneSpoon
2. 나의 풀이
return 값에 수식을 넣을 수 있으므로 수식을 집어 넣었다.
class Solution { public int solution(int num1, int num2) { return num1 + num2; } }