mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 08:41:59 +07:00
GitOrigin-RevId: fdb87ffc06388bd022224000c7b4e8d9e2013e9d
6 lines
102 B
Java
6 lines
102 B
Java
class Test {
|
|
public static void main(String[] args) {
|
|
System.out<caret>.println("Hello");
|
|
}
|
|
}
|