Run ❯
Get your
own Java
server
❯
Run Code
Ctrl+Alt+R
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
public class Main { public static void main(String[] args) { System.out.println("Hello World!"); System.out.println("Have a good day!"); System.out.println("Learning Java is fun!"); } }
Hello World!
Have a good day!
Learning Java is fun!