import Foundation
func solution(_ num1:Int, _ num2:Int) -> Int {
return num1 * num2
}
'프로그래머스 > Lv.0' 카테고리의 다른 글
[Swift] 두수의 차 (0) | 2022.12.14 |
---|---|
[Swift] 두수의 나눗셈 (0) | 2022.12.14 |
[Swift] 대문자와 소문자 (0) | 2022.12.14 |
[Swift] 다항식 더하기 (0) | 2022.12.14 |
[Swift] 다음에 올 숫자 (0) | 2022.12.14 |