mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-11 22:25:56 +07:00
11 lines
196 B
Java
11 lines
196 B
Java
class Fest {
|
|
public static void main(String[] args) {
|
|
String f = "";
|
|
newMethod();
|
|
}
|
|
|
|
private static void newMethod() {
|
|
String f = ;
|
|
System.out.println(f);
|
|
}
|
|
} |