mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-19 01:50:56 +07:00
8 lines
199 B
Java
8 lines
199 B
Java
class X {
|
|
|
|
public static void main(String[] args) {
|
|
System.out.println("took " + (System//simple end comment
|
|
.currentTi<caret>meMillis() - 1) + "ms");
|
|
}
|
|
|
|
} |