mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 13:35:58 +07:00
5 lines
102 B
Java
5 lines
102 B
Java
public class Main extends Test {
|
|
public void doSmth(String str) {
|
|
System.out.println(str);
|
|
}
|
|
} |