Skip to content

Commit cd138ef

Browse files
committed
1단계 계산기 구현
1 parent f2cf385 commit cd138ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/Calculator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ int multiply(int a, int b){
1111
int divide(int a, int b){
1212
return a / b;
1313
}
14-
}
14+
}

0 commit comments

Comments
 (0)