ADD file via upload

luo_branch
p76qo8hy5 4 months ago
parent 6011acfe7b
commit 1e4ebe207c

@ -0,0 +1,14 @@
public class DO {
public void method1() {
System.out.println("method1");
}
public void method2() {
System.out.println("method2");
}
public void method3() {
System.out.println("method3");
}
}
Loading…
Cancel
Save