29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
Folder PATH listing
|
|
Volume serial number is 1C9F-5B04
|
|
C:.
|
|
| .gitignore
|
|
| 2025_order_details.csv
|
|
| pom.xml
|
|
| README.md
|
|
| structure.txt
|
|
|
|
|
+---.idea
|
|
| .gitignore
|
|
| compiler.xml
|
|
| encodings.xml
|
|
| jarRepositories.xml
|
|
| misc.xml
|
|
| vcs.xml
|
|
| workspace.xml
|
|
|
|
|
\---src
|
|
\---main
|
|
+---java
|
|
| Main.java
|
|
| Product.java
|
|
| ReportGenerator.java
|
|
|
|
|
\---resources
|
|
products.csv
|
|
|