Skip to content

Latest commit

 

History

History

temp-files

temp-files

A simple program that creates temporary files and directories using the Java standard libraries.

Instructions

Follow these instructions to build and run the program.

  1. Use Java 17
  2. Build and run the program:
    • ./gradlew run
    • The program will create some temp files and delete them.

Reference