mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 16:39:37 +07:00
- first part. update for implicit static imports GitOrigin-RevId: 8c0fdf1c8ebd424a80e53b93c707fba02a07448a
8 lines
147 B
Java
8 lines
147 B
Java
import static java.io.IO.println;
|
|
|
|
public class beforeWit<caret>hPrint {
|
|
public static void main() {
|
|
println("Hello, world!");
|
|
}
|
|
}
|