Skip to content

Commit

Permalink
Level 4. ToDos, Events, Deadlines
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob-109 committed Jan 21, 2021
1 parent 56d2f18 commit 5b6adf0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/Duke.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public static void main(String[] args) {
break;
case(TODO) :
word.replaceAll("todo","");
ToDo t = new Todo(word);
ToDo t = new ToDo(word);
System.out.println(t.toString());
break;
}
Expand Down
Binary file modified src/main/java/Task.class
Binary file not shown.
Binary file added src/main/java/ToDo.class
Binary file not shown.

0 comments on commit 5b6adf0

Please sign in to comment.