Skip to content

Commit

Permalink
Level-8
Browse files Browse the repository at this point in the history
  • Loading branch information
chongjunwei committed Aug 30, 2021
1 parent 8505d95 commit 5c22aee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/Duke.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

public class Duke {
public static void main(String[] args) {
// Task[] arr = new Task[100];
List<Task> arr = new ArrayList<>();
int count = 0;
String logo = " ____ _ \n"
Expand Down

0 comments on commit 5c22aee

Please sign in to comment.