Skip to content

Commit

Permalink
Update Main.java
Browse files Browse the repository at this point in the history
  • Loading branch information
KhaledAshrafH committed May 21, 2023
1 parent 5f43eb9 commit 70e9561
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ public void writeLinesToCSVFile(String path, String... lines) throws IOException
}

public static void main(String[] args) throws IOException {

String dirPath = "/app/data/batch";
String filePathStr = "/app/data/batch/database.csvg";
while (true) {
System.out.println("1- Add student data\n" +
"2- Add batch students data\n" +
Expand Down

0 comments on commit 70e9561

Please sign in to comment.