A simple program that creates temporary files and directories using the Java standard libraries.
Follow these instructions to build and run the program.
- Use Java 17
- Build and run the program:
./gradlew run
- The program will create some temp files and delete them.