Initial commit

This commit is contained in:
2023-09-18 15:51:10 +03:00
commit b487db4f63
10 changed files with 675 additions and 0 deletions

View File

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