Виконати ❯
❯
Запустити код
Ctrl+Alt+R
Змінити орієнтацію
Ctrl+Alt+O
Змінити тему
Ctrl+Alt+D
public class Main { public static void main(String[] args) { /* The code below will print the words Hello World to the screen, and it is amazing */ System.out.println("Hello World"); } }
Hello World