Added Readme.txt to the repository

This commit is contained in:
Hello Jelly
2025-10-14 13:48:19 +02:00
commit e3dee19579
12 changed files with 618 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() {
}
}