Hello

Run Settings
LanguageJava
Language Version
Run Command
class Main { public static void main(String[] args) { System.out.println("Hello World!"); int myNum = 65; int nextNum = 11; int sum = myNum + nextNum; System.out.println("Sum of Integers: " + myNum + " + " + nextNum + " = " + sum); } }
Editor Settings
Theme
Key bindings
Full width
Lines