This commit is contained in:
2025-05-26 19:48:50 +05:00
commit 9ecac1f63d
39 changed files with 9307 additions and 0 deletions

View File

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