[프로그래머스]두 수의 합

박예림·2023년 2월 21일
0

코테

목록 보기
5/132

int solution(int num1, int num2) {
    int answer = num1 + num2;
    return answer;
}
profile
응애 나 아기개발자

0개의 댓글

Powered by GraphCDN, the GraphQL CDN