Add project structure

This commit is contained in:
2025-10-24 10:20:02 +02:00
commit 714c3d5344
7 changed files with 381 additions and 0 deletions

2
settings.gradle Normal file
View File

@@ -0,0 +1,2 @@
rootProject.name = 'java-developer-course'
include('PetCareScheduler')