Commit 3d0ebe1 1 parent 10e487b commit 3d0ebe1 Copy full SHA for 3d0ebe1
File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -339,8 +339,9 @@ public static void printDeleteStatement(String data){
339
339
}
340
340
341
341
public static void main (String [] args ) {
342
- String currentWorkingDir = System .getProperty ("user.dir" );
343
- listPath = currentWorkingDir + listPath ;
342
+ //String currentWorkingDir = System.getProperty("user.dir");
343
+ //listPath = currentWorkingDir + listPath;
344
+ listPath = "C:/Users/Tan Yu Shing/Desktop/Sem 3 folder/CS2113T/Individual Project/ip/src/main/java/taskList.txt" ;
344
345
getList (listPath );
345
346
346
347
String logo = " ____ _ \n "
Original file line number Diff line number Diff line change 1
1
T | 1 | read book
2
2
D | 1 | return book /by June 6th
3
3
D | 1 | project meeting /by Aug 6th 2-4pm
4
- T | 1 | join sports club
5
- T | 0 | paper plane
6
- D | 0 | football match /by today 7pm
4
+ T | 1 | paper plane
5
+ T | 0 | abc
6
+ D | 1 | hw jap /by tuesday morning
You can’t perform that action at this time.
0 commit comments