mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 11:29:28 +07:00
GitOrigin-RevId: fdb87ffc06388bd022224000c7b4e8d9e2013e9d
6 lines
94 B
Java
6 lines
94 B
Java
class Test {
|
|
public static void main(String[] args) {
|
|
IO<caret>.println("Hello");
|
|
}
|
|
}
|