Skip to content

Conversation

@straightupjac
Copy link

@straightupjac straightupjac commented Jan 30, 2023

Jaclyn's submission for exercise 2

Changes:

  • print jobs directory
  • delete jobs from the directory immediately after processing
  • delete directory after all jobs are processed

Testing:

  • compile c folder and run the program
  • compile java folder and run mvn exec:java

@straightupjac straightupjac force-pushed the jaclyn/exercise2-bonus branch from ce36ba9 to 6cb10c8 Compare January 30, 2023 20:34
@straightupjac straightupjac changed the title feat: add script to delete jobs after processing feat: add script to delete jobs after processing (exercise2 bonus) Jan 30, 2023
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.IOException;
import java.io.FileNotFoundException;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed unused import

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant