/
Aleksey1980
/
Iterating_Collections
Обзор
Документация
Войти
/
Aleksey1980
/
Iterating_Collections
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
src/test/java/com/example/hello/HelloApplicationTests.java
13 строк
208 B
aleksey1980
add java project with tudentrouping examples
29 окт 2025, 16:21
29 окт 2025, 16:21
868f07c
Код
Авторство
О чём код?
package com.example.hello; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class HelloApplicationTests { @Test void contextLoads() { } }