mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-22 20:49:52 +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);
|
|
}
|
|
} |