This repository contains only the source (.java) files from my IntelliJ project for Java training assignments.
To run these files successfully, you'll need to:
Set up your own Java project environment (e.g., in IntelliJ, Eclipse, or any IDE of your choice).
Download and configure any required external libraries or dependencies.
Create any necessary supporting classes, if referenced by the source files.
Ensure the correct project structure (src/main/java/...) is maintained when copying files.