Skip to content

Commit e1197e1

Browse files
committed
在pushing的过程中,一直在登录github,
1 parent 74cc9e5 commit e1197e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/Solution.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
package main.java;
22

33
public class Solution {
4-
public static int add(int a, int b) {
4+
5+
6+
private static int add(int a, int b) {
57
return a + b;
68
}
79

0 commit comments

Comments
 (0)