1
0
forked from Konrad/Lab2

Added project files

This commit is contained in:
Squashim
2025-10-02 12:45:40 +02:00
parent 21b486335b
commit 21d2e7fbaf
9 changed files with 604 additions and 0 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() {
}
}