Skip to content

Commit aa126af

Browse files
authored
src
1 parent 02c1d2e commit aa126af

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/codeup100/c1038.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ public class c1038 {
2020
import java.util.Scanner;
2121

2222
public class c1038 {
23+
public static void main(String[] args){
24+
2325
Scanner sc = new Scanner(System.in); // Scanner 객체 생성
2426

2527
// 범위 : -1073741824 ~ 1073741824
@@ -42,8 +44,8 @@ public class c1038 {
4244
long sum = num1 + num2;
4345
System.out.println(sum);
4446
}
45-
}
46-
}
47+
}
48+
}
4749
}
4850

4951

0 commit comments

Comments
 (0)