/
RusichScott
/
test
Обзор
Документация
Войти
/
RusichScott
/
test
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/main/java/org/example/Main.java
14 строк
444 B
nmeee02
adqwwa
03 сен 2024, 09:48
03 сен 2024, 09:48
2ccf1ad
Код
Авторство
О чём код?
package org.example; //TIP To <b>Run</b> code, press <shortcut actionId="Run"/> or // click the <icon src="AllIcons.Actions.Execute"/> icon in the gutter. public class Main { public static void main(String[] args) { //TIP Press <shortcut actionId="ShowIntentionActions"/> with your caret at the highlighted text // to see how GIGA IDE suggests fixing it. System.out.printf("Hello and welcome!"); } } }