mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 00:19:11 +07:00
8 lines
135 B
Java
8 lines
135 B
Java
// "Convert to local" "true"
|
|
class Temp {
|
|
public Temp() {
|
|
for (int i = 0; i < 10; i++) {
|
|
System.out.print(i);
|
|
}
|
|
}
|
|
} |