mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-25 06:18:32 +07:00
6 lines
109 B
Java
6 lines
109 B
Java
public class B {
|
|
static boolean truth = false;
|
|
static void important() {
|
|
System.out.println(2);
|
|
}
|
|
} |