первая лаба

This commit is contained in:
nezui1
2025-09-05 21:46:02 +04:00
parent 743b7c1c6a
commit 12007bd3ea
27 changed files with 1783 additions and 5 deletions

View File

@@ -0,0 +1,13 @@
package com.example.demo;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class DemoApplicationTests {
@Test
void contextLoads() {
}
}