Untitled

Run Settings
LanguageJava
Language Version
Run Command
class Main { public static void main(String[] args) { Integer num1 = 1; Integer num2 = 1; System.out.println(num1 == num2); Integer num3 = 1234312; Integer num4 = 1234312; System.out.println(num3 == num4); } }
Editor Settings
Theme
Key bindings
Full width
Lines