Untitled

Run Settings
LanguageJava
Language Version
Run Command
public class TestGreeting { public static void main(String[] args) { Greeting hello = new Greeting(); hello.greet(); } }
public class Greeting { public void greet(){ System.out.println("Hello World"); } }
Editor Settings
Theme
Key bindings
Full width
Lines