You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
369 B
20 lines
369 B
package gitTest;
|
|
|
|
public class Test {
|
|
String assString;
|
|
String abString;
|
|
String cString;
|
|
String dddString;
|
|
public Test (){
|
|
System.out.println("hello lsl brach");
|
|
}
|
|
public static void TestAAA (){
|
|
System.out.println("hello");
|
|
}
|
|
|
|
public static void Test_cherry_pick (){
|
|
System.out.println("Test_cherry_pick");
|
|
}
|
|
|
|
}
|