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.
gitTest/src/gitTest/Test.java

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");
}
}