mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-20 20:20:56 +07:00
5 lines
109 B
Plaintext
5 lines
109 B
Plaintext
class Test {
|
|
public static void main(String[] args) {
|
|
System.out.println("3 + 2 = " + (7 - 6));
|
|
}
|
|
} |