mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-21 05:03:54 +07:00
7 lines
100 B
Java
7 lines
100 B
Java
class Test {
|
|
{
|
|
<caret> for(int i = 0; i< 9; i++) {
|
|
System.out.println("42");
|
|
}
|
|
}
|
|
} |