first commit

This commit is contained in:
Reeverflow
2026-02-03 16:20:57 +01:00
commit baa73c400e
9 changed files with 617 additions and 0 deletions

View File

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