mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 15:50:53 +07:00
11 lines
119 B
Plaintext
11 lines
119 B
Plaintext
|
|
class a {
|
|
public static void main(String[] args)
|
|
{
|
|
int x = 2;
|
|
System.out.println("" + (x + 2));
|
|
}
|
|
|
|
|
|
}
|